PDA

View Full Version : Email verification effectiveness?



dmmcintyre3
December 17th, 2009, 13:41
Does requiring email verification do any good against spam? It would at least prevent them from using a fake email right?

If it does any good what wordpress plugin would be good for requiring this for guest commenters?

themoose
December 18th, 2009, 10:35
It's a pretty good step, spambots still have trouble with CAPTCHAs though so you could try one of them first (it's probably a simpler plugin).

Dynash
December 18th, 2009, 13:03
Use a plugin called "Register Plus" - Removes all spam bots because of form setup. I used to get loads of spam mails a day, I get zero.

As I've said in multiple threads, the only really effective way to stop spam bots in commercial software is to change the registration layout. You can also add dummy fields.

yangyang2036
December 20th, 2009, 23:50
I usually make some of the form parts only accessible by human interactions such as cursor focus. Perhaps combine it with some javascript, It has been working pretty well.