McDuff
03-16-2008, 09:26 AM
We have a guestbook that doubles as contact form on our website czechfriends org. After repairing it, we immediately got entries...90% of them spam. Besides, I get notifications that the spammers are probably filling all kinds of email addresses as “sender”, maybe harvested addresses to distribute further spam?
Like everybody else, I would like to stop form spammers to :rollpin:
1. fill up our visitors book with spam and my mailbox with notification mails
2. Use harvested emails to get their spam message out using our “auto-reply” option
There are several FQ threads about this and Google also gives a lot of sites :ytcoffee: . No golden bullet but a lot of different options using combinations of solutions.
Our target group is mostly elderly, using old computers and/or dial-ups. In addition, I am neither a designer nor a programmer. I am not bad in nicely adapting existing things, but not good at all at inventing new things. So everything has to be user-friendly and very KISS.
I am still investigating what is possible and not sure yet what to do yet. Maybe a combination like this:
- Include a “must fill subject” field in the form, but add a script so that if the field is filled, an error will be returned. Then block that field from visibility with a picture on top of it. Humans will see the picture; bots will fill the field and end up with an “Internal Server Error” message.
- Include a field that is made “invisible” with CSS; lessen the chance that a bot will get around two differently hidden fields.
- Make the CGI script only accept submissions from the form page (see below).
- Stop messages with website links
- Use an “alias” email as automatic reply, and stop the alias if it gets too much spam.
- Install a bot-trap
- Mention on the robot.txt that robots should stay away from the form page and several other pages.
Some questions for this community about this as well:
Sheila’s remark in a previous thread: http://www.aota.net/forums/showthread.php?t=22348&highlight=captcha+spam
“…unless the CGI script checks that it was submitted from a particular page”. How to make the CGI script do that was not included. Does any ready script exist for that?
Project Honey Pot http://www.projecthoneypot.org.
Last reference on this forum was from 2005. Does anybody on FQ work-link with them?
Does anybody has experiences with this bot-trap? http://danielwebb.us/software/bot-trap
Some sites with some interesting remarks, especially if you read the later comments and follow some of the links. For avid spam-fighters or experienced site managers probably old had, but for less experienced small operators maybe useful.
http://isc.sans.org/diary.html?storyid=1836
http://www.modernblue.com/web-design-blog/fighting-spam-with-css/
http://blog.riverc.org/?q=node/19 (a reply on the link above)
Like everybody else, I would like to stop form spammers to :rollpin:
1. fill up our visitors book with spam and my mailbox with notification mails
2. Use harvested emails to get their spam message out using our “auto-reply” option
There are several FQ threads about this and Google also gives a lot of sites :ytcoffee: . No golden bullet but a lot of different options using combinations of solutions.
Our target group is mostly elderly, using old computers and/or dial-ups. In addition, I am neither a designer nor a programmer. I am not bad in nicely adapting existing things, but not good at all at inventing new things. So everything has to be user-friendly and very KISS.
I am still investigating what is possible and not sure yet what to do yet. Maybe a combination like this:
- Include a “must fill subject” field in the form, but add a script so that if the field is filled, an error will be returned. Then block that field from visibility with a picture on top of it. Humans will see the picture; bots will fill the field and end up with an “Internal Server Error” message.
- Include a field that is made “invisible” with CSS; lessen the chance that a bot will get around two differently hidden fields.
- Make the CGI script only accept submissions from the form page (see below).
- Stop messages with website links
- Use an “alias” email as automatic reply, and stop the alias if it gets too much spam.
- Install a bot-trap
- Mention on the robot.txt that robots should stay away from the form page and several other pages.
Some questions for this community about this as well:
Sheila’s remark in a previous thread: http://www.aota.net/forums/showthread.php?t=22348&highlight=captcha+spam
“…unless the CGI script checks that it was submitted from a particular page”. How to make the CGI script do that was not included. Does any ready script exist for that?
Project Honey Pot http://www.projecthoneypot.org.
Last reference on this forum was from 2005. Does anybody on FQ work-link with them?
Does anybody has experiences with this bot-trap? http://danielwebb.us/software/bot-trap
Some sites with some interesting remarks, especially if you read the later comments and follow some of the links. For avid spam-fighters or experienced site managers probably old had, but for less experienced small operators maybe useful.
http://isc.sans.org/diary.html?storyid=1836
http://www.modernblue.com/web-design-blog/fighting-spam-with-css/
http://blog.riverc.org/?q=node/19 (a reply on the link above)