Winning the War On Spam
For years I didn't worry much about spam.
But lately it's got out of control. Over half of my email is now spam, and it was growing by the week - until I took action.
This article shows you some strategies for winning the war on spam.
------------------------------------------------
How Do They Get Your Address?
------------------------------------------------
In the old days, spammers got their addresses mainly from Newsgroups - if you didn't post to Newsgroups, you were reasonably safe. But they're now using a much more efficient method to build their lists - email harvesters.
Email harvesters are robots that roam the Internet collecting email addresses from web pages. Examples are EmailSiphon, Cherry Picker, Web Weasel, Web Bandit and Email Wolf, to name just a few.
How can you protect yourself from email harvesters?
By 'munging' (mung = 'mash until no good') or cloaking your email address.
There are many ways of munging your address - the easiest technique is to use ASCII code for the punctuation in your email address (instead of symbols).
For the colon after mailto use : and for the @ symbol use @ and for the period use . . With this method, your email address would become:
mailto:yourname@yourdomain.com
but it will display as:
mailto:yourname@yourdomain.com
Your email address will appear exactly as it did before, and it will still be 'clickable', but email harvesters will ignore it and move on.
There are also JavaScript's that you can insert into your web page that will make your email address visible to humans but invisible to harvesting programs. Here's one that works very well: http://pointlessprocess.com/JavaScripts/anti-spam.htm
No comments:
Post a Comment