I've often seen people say convert your HTML email links to pictures to help avoid Email harvesters and even copy/pasters.
But I've never seen the code or program to do it. I did notice a perl module to convert Text to GIF's but is there any ready made code to take advantage of it?
And another tip I just recently learned was to 'encode' the html email link by using HTML Ascii encodings (like ;A or some such).. Does anybody have some handy code to perform some translations in perl?