How the spammers find you
Posted Apr 17, 2003 12:52 UTC (Thu) by
hansl (subscriber, #5086)
Parent article:
How the spammers find you
"By far the most spam was sent to addresses harvested from web pages"
This little trick that we apply here might interest you. Put this in the source of
one (or more) of your web pages:
<!-- Don't send e-mail to this address!!! It is used to catch spammers -->
<a href="mailto:spamtrap@lwn.net"></a>
Next, create a script that can
1. extract the IP adres of a mailserver that delivered a message to
spamtrap@lwn.net from your mailserver log file.
2. Add an entry to your mailserver blacklist
Then create an account called spamtrap and e.g. spend it an appropriate
.procmailrc or alias spamtrap to "|/somewhere/script.sh". Anything to
cause the script to get run when a mail is sent to spamtrap@lwn.net
will do. That's it, you'll receive a lot less spam!
(
Log in to post comments)