Comment Old Idea (Score 1) 567
Here is my whack-a-spammer script. Why go after the spammer? Much better to go after the guy who hired the spammer.
#!/bin/bash
COUNT=0
while [ $COUNT -lt 2000 ]; do
lynx -dump -traversal -useragent="By sending e-mail to my privately owned domain you agreed to my terms of service, including the stipulation that all spam would result in your webserver logs being filled with garbage. If you don't like it, don't send unsolicited e-mail to my domains. If you don't want me to visit your website, don't solicit my visit by sending me unsolicited e-mail. You do not have a First Ammendment right to waste my bandwidth, electricity, CPU time or hard disk space with your crap, characteristically illiterate or otherwise." $1?YOU_FILL_MY_MAILBOX_WITH_UNSOLICITED_CRAP_AND_W E_WILL_DO_THE_SAME_TO_YOUR_WEB_LOGS
let COUNT=COUNT+1
echo $COUNT
done
#!/bin/bash
COUNT=0
while [ $COUNT -lt 2000 ]; do
lynx -dump -traversal -useragent="By sending e-mail to my privately owned domain you agreed to my terms of service, including the stipulation that all spam would result in your webserver logs being filled with garbage. If you don't like it, don't send unsolicited e-mail to my domains. If you don't want me to visit your website, don't solicit my visit by sending me unsolicited e-mail. You do not have a First Ammendment right to waste my bandwidth, electricity, CPU time or hard disk space with your crap, characteristically illiterate or otherwise." $1?YOU_FILL_MY_MAILBOX_WITH_UNSOLICITED_CRAP_AND_
let COUNT=COUNT+1
echo $COUNT
done