-
"Spambots" scan Web pages for victim addresses
-
Most don't obey robots.txt etiquette
-
Many don't understand HTML entities! Instead of
mailto:clueless@newbie.com |
write |
mailto:clueless@newbie.com |
-
Other techniques:
-
Construct link on the fly with Javascript
-
Render address as bitmap
-
Supply link via POST method
-
Recognize spambot HTTP_USER_AGENT field
-
Feed spambot bogus addresses
-
Use "address mangling;" e.g.
clueless.remove-me@newbie.com
-
For more tips, plus CGI scripts, see "Spambot Beware" (http://www.turnstep.com/Spambot/)
|