Comments on: Bizarre spam http://blog.amber.org/2005/04/21/bizarre-spam/ Thoughts of a minor lunatic Wed, 21 Oct 2009 01:55:36 +0000 http://wordpress.org/?v=2.9.2 hourly 1 By: james http://blog.amber.org/2005/04/21/bizarre-spam/comment-page-1/#comment-1626 james Fri, 22 Apr 2005 18:47:28 +0000 http://blog.amber.org/2005/04/21/bizarre-spam/#comment-1626 The problem with that is, all I have to do is manually enter a comment once, and then I can have my script spam you senseless after that, since it won't have to deal with the CAPTCHA. Not the most efficient way to spam, but certainly the most likely outcome. PS: You should make a note that the CAPTCHA is case-sensitive. The problem with that is, all I have to do is manually enter a comment once, and then I can have my script spam you senseless after that, since it won’t have to deal with the CAPTCHA.

Not the most efficient way to spam, but certainly the most likely outcome.

PS: You should make a note that the CAPTCHA is case-sensitive.

]]>
By: petrilli http://blog.amber.org/2005/04/21/bizarre-spam/comment-page-1/#comment-1624 petrilli Fri, 22 Apr 2005 14:20:40 +0000 http://blog.amber.org/2005/04/21/bizarre-spam/#comment-1624 I have considered this as well. The problem comes from people who might come from multiple IPs. Do you trust them? I think the best idea is to find tuples of people (name, mail, IP) who have passed the CAPTCHA once, and then not present it to them again. Unfortunately, that'll require writing PHP code, which I hate, but more importantly, don't have time for right now. I have considered this as well. The problem comes from people who might come from multiple IPs. Do you trust them? I think the best idea is to find tuples of people (name, mail, IP) who have passed the CAPTCHA once, and then not present it to them again. Unfortunately, that’ll require writing PHP code, which I hate, but more importantly, don’t have time for right now.

]]>
By: Andre http://blog.amber.org/2005/04/21/bizarre-spam/comment-page-1/#comment-1623 Andre Fri, 22 Apr 2005 07:40:04 +0000 http://blog.amber.org/2005/04/21/bizarre-spam/#comment-1623 A whitelist of known folks (with name, mail and probably IP) could be used to show the CAPTCHA only to unknowns, be they newbies or spammers. Also there are some tricks you can play with your templates to turn spammers away - HTML has more than one way of showing the exact same form, even more using CSS. Make it a little less deterministic and they will leave your blog alone, hopefully. A whitelist of known folks (with name, mail and probably IP) could be used to show the CAPTCHA only to unknowns, be they newbies or spammers.

Also there are some tricks you can play with your templates to turn spammers away – HTML has more than one way of showing the exact same form, even more using CSS. Make it a little less deterministic and they will leave your blog alone, hopefully.

]]>