OK, what this program does is create an html document with a whole bunch of random email addresses. The file it saves it to is called spam.html. Upload this file to your server. Then in the index.html (or what ever you have) and place this line of code right after your <html> tag (at the top of the page).

<!--<a href="http://yourserver.com/username/spam.html"></a>-->

The link will be invisible, except to robots. Don't remove the comment tags, IE 4.0 will read everything as a link if you do. Make sure to replace yourserver.com/username with the full url to make sure all spam robots read the file. What'll happen is the robot will read all those email addresses and save them. The person then goes and takes those addresses and either sell them or spam them. Who ever does the spamming gets all those fake addresses bounced back, and if he sells them, the person who bought them won't be too happy with the guy who sold them to him. Eventualy spammers may get so many bounces, it'll put them out of business. All questions, comments, and death threats, can go to chris.g@pemail.net. Oh, and this software is free to all who may want to use it.