One of my favorites:

- [`is:answer body:"Does anyone"`](http://stackoverflow.com/search?q=is%3Aanswer+body%3A"Does+anyone")

This really shouldn't be in an answer unless it's quoting the original question or is a link to another question on Stack Overflow.

I recently discovered

- [`is:answer body:"appreciate it"`](http://stackoverflow.com/search?q=is%3Aanswer+body%3A"appreciate+it")

This isn't as consistent as searching for "Does anyone", but I'd say that about 1 in 4 hits is still not an answer.

I was really surprised to find quite a few "answers" with the following search.

- [`is:answer isaccepted:0 body:"have another question"`](http://stackoverflow.com/search?q=is%3Aanswer+isaccepted%3A0+body%3A"have+another+question")

For some strange reason, people also like to apologize a lot:

- [`is:answer isaccepted:0 body:"I'm sorry"`](http://stackoverflow.com/search?q=is%3Aanswer+isaccepted%3A0+body%3A"I'm+sorry")

Many people are also strangely forthright about the fact that they should have posted a comment:

- [`is:answer isaccepted:0 body:"post comments"`](http://stackoverflow.com/search?q=is%3Aanswer+isaccepted%3A0+body%3A"post+comments")

Answers with the phrase "same question" are often simply pointing out duplicates and should be comments instead.

- [`is:answer body:"same question"`](http://stackoverflow.com/search?q=is%3Aanswer+body%3A%22same+question%22)