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
Have a look at Component Software. It's windows, it does binaries and ascii, and you don't need to understand CVS (although it uses CVS). You can't really run a diff on a binary but you can retrieve and view previous versions.
Robert Cringely has an interesting perspective on this issue at PBS. The real question, as he points out is "Why does the FBI need a box?" since they could do what they purport they want to do by some simple changes in an ISP's router.
For anyone who doesn't have a hosts file built, you can grab one from my ftp server ftp://www.b-wdesigngroup.com/pub/Windows/hosts It's CR/LF for windoze but you know how to deal with that, right?
Here is my whack-a-spammer script. Why go after the spammer? Much better to go after the guy who hired the spammer.
W E_WILL_DO_THE_SAME_TO_YOUR_WEB_LOGS
#!/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
Have a look at Component Software. It's windows, it does binaries and ascii, and you don't need to understand CVS (although it uses CVS). You can't really run a diff on a binary but you can retrieve and view previous versions.
Robert Cringely has an interesting perspective on this issue at PBS. The real question, as he points out is "Why does the FBI need a box?" since they could do what they purport they want to do by some simple changes in an ISP's router.
For anyone who doesn't have a hosts file built, you can grab one from my ftp server ftp://www.b-wdesigngroup.com/pub/Windows/hosts It's CR/LF for windoze but you know how to deal with that, right?