I agree. I think a complex mangle would work great and prevent all but the most persistent and clever robots from reading the addresses while leaving them decipherable by us humans.
Thanx for putting this together. I am sure someone will find it useful. -Larry 91 GTI 16V At 12:08 PM 1/5/00 -0800, John Caldwell wrote:
How about instead of deleting them, just mangle them? $email = '[email protected]'; $email =~ s/@/ at /; then you would have 'jcald at veedub.nu'... still readable by a human, utterly useless to a spam-crawling robot. you could go even further to mangle it, just in case there is a "smart" robot out there. BTW, I'm another web dude/perl nut, so if you guys need any help with the site, let me know. ;) -- John Caldwell [email protected]
_____________ List Sponsor: http://www.netsville.com To remove yourself from this list, send mail to [email protected] with 'unsubscribe a2_16v' in the body of your message See us on the web at http://www.a2-16v.com Visit the 16V Homepage at http://www.gti16v.org
