How to Defeat E-Mail Spammers through "Munging"
Introduction
I guess that the first thing to mention here is "What is Spamming." For those who don't know, Spam is the load of garbage e-mails that you get on a day-to-day basis trying to get you to buy a product, whether it be pills or some form of smut. You know what kind of messages I'm talking about, because we call get them. That has become a fact of Internet life every bit as much as those darned annoying telemarketing phone calls are. You can screen your calls, but it is really hard to screen your e-mails, and becomes a crucial issue to deal with when you have children in your house. No one wants their children to be exposed to the filth that is out there in the world.
So, why am I writing this? I have been truly blessed over these past several months to receive e-mails from not only the Bretheren, but those curious about Masonry. I started out my Christmas Eve 2005 by receiving spam to my e-mail address under the heading "Suggestions for Masonic Page," which was the automatic heading that you would get in your Outlook or Thunderbird should you have clicked on my address to send me an e-mail. It seems that my site had fallen victim to a Spider.

What is a Spider?
Well, just about like it sounds. As you probably know, the WWW prefix on most websites means "World Wide Web." This term for the planetary network of machines gives rise to the image of a giant spiderweb that crosses the entire globe, connecting us all together into a global Internet community. The problem with this is there are programs called Spiders that crawl across this web looking for e-mail addresses that it can steal and dump into a listserv (directory of e-mail addresses) that it uses to then send out random e-mails. These e-mails are Spam, the pills and smut that haunt your morning in-box. Many times, web developers have a harder time with this if they aren't careful when they put up their website.
Then what can I do about this?
Although there are many supposed meaning for the term munging, this article only concerns "address munging." Address munging is the purposeful obsfucation of your e-mail text so that Spiders cannot detect them. Even if you were to type your e-mail address as myaddress@mydomain.com and not have a mailto link in the source, that Spider will still read the address in your text and copy it down.
There are several different methods that can be used to hide your e-mail address, but we are going to talk only about munging with ASCII ISO-8859-1 coding. ASCII is the American Standard Code for Informational Interchange. So, we use ASCII coding instead of the letters to confuse the system. For instance, one of the biggest things that a Spider looks for is the @ symbol. Well, if you were to type &# and the number 64 in your source code, it will appear as @. Check out the source for this page, and you'll see that the second @ in that last sentence was actually in ASCII code.
How does this help with an address? If you were to type "myaddress@mydomain.com," it will come out as "myaddress@mydomain.com" on the page. Check the source. It works. Anyway, you can do this with an entire address for extra help if you want. The above address can be written entire in ASCII as:
myaddress@mydomain.com
This is what the Spider sees, instead of the name. I have used this on my Masonic page as a consequence of the unwanted spam. The only way that someone can spam your address with this, is if they take the time to demung it by hand, which I'm sure that they would not do unless they had too much free time on their hands. Use the below chart to formulate your munged address. Use the letters that are in blue. Also, you can use the Automatic E-Mail Munger found HERE. Many kudos to Daniele Raffo for coming up with this.
|
|
|