Web Poison

Web-based email harvesters suck. I hate spam and anything I can do to poison the well for them I will. I got tired of seeing "Email Siphon" in my logs, so I created a little gift for the spammers.

Imagine this...

If the agent of the extractor client is still set to the default for the product in question, it forces them into particular directory. If not, there should be two concealed links at the top and bottom of your pages that point to that same directory to catch link harvesters regardless of agent or top-down or bottom-up processing. In that directory will be one file called index.html that is actually a perl script that generates a couple of hundred bogus but syntactically valid email addresses and 4 links to other seemingly valid "mailing list" pages. These links all work no matter how named, but there is only one file in the directory. Apache's Mod_Rewrite is a really effective tool. :)

Here is how you set it up: