Simple Strategies to Minimize and Filter Spam
- 2005.10.28
Spam is annoying. It can easily fill up your Inbox and take up too much server space. You may have the impression that there's nothing to do about it, but you shouldn't see things that way.
Here are a few tips to minimize the amount of spam you get. Some of the things are standard tips for Internet users, while others are strictly Mac software tips you can take advantage of.
General Internet Tips
The first thing you have to know is that it will be hard to eliminate spam completely from your Inbox. Most Internet service providers (ISPs) have spam filters, and some of them are really effective, but spammers are always working on ways to write messages that will go through them.
The key is making sure that spammers don't have a chance to find your email address with their indexing robots when they look for new email addresses on the Internet.
It starts with your choice of an email address. Large ISPs are the first targets of attacks. AOL, Earthlink, and a few others in the US; Sympatico, Telus, and others in Canada; as well as large providers in other countries are prime candidates for spam. Spammers will usually find ways to send messages to all their customers at the same time. This also applies to free email addresses provided by Hotmail, Gmail, and other large carriers.
If you can, get an email account from a smaller source, because a spammer will be less tempted to make the effort to index the addresses of a smaller ISP. They usually go for the big fish.
While at it, you should know that providers usually have different policies for email usernames. Sometimes a username (i.e.: johndoe@earthlink.net) may already have been used in the past, locked for a certain time, and later released to a new user. The problem? The address may have been indexed in a spam database.
Picking an original username is important, especially if you have a common name such as John Smith. Usernames such as jsmith and johnsmith are not original enough because they are too standard and formal.
After picking an address, the next important step is to avoid putting your address in the wrong place on the Internet. How can you do that?
If you post messages to newsgroups, do not put your real address in the From field of your account in your newsgroup software. If you do, you have made sure that anybody in the world can scan newsgroups and find your address. If you want to give people the option to send feedback, write things such as "john doe at hotmail dot com" in the last line of your messages. People who read your message and want to send you an email will figure it out.
The same applies to Web forums. However, in these forums you can usually modify your user profile to select an option such as "do not display my email address in postings".
Generally, mailing lists make their archives available on the Web, so if you subscribe to any of them, you may become a target because you cannot hide your real email addresses from them (this applies to Low End Mac's email lists). That may be a case of asking the list owner if he/she can ask for a simple password in order to restrict access to the archives.
Are you a website creator? If so, you should know that putting your email address in a mailto: link makes it easy to find. Of course you want to make it possible for surfers to send feedback, so I recommend using forms for feedback instead of mailto: links. It doesn't completely clear your email address from the HTML code, but it makes it tougher to find.
If you are a webmaster, using your own domain name has some big advantages. The first one is that any address you pick is brand new; it has never been used by anyone.
The second is that a program called SpamAssassin may have been installed on your server. If not, try to convince your host to install it. It's easy to configure - especially to allow safe senders to reach you - and it's quite effective at detecting spam. When it finds spam, it will add ****SPAM**** to the subject line, making it easy to filter and eliminate junk mail.
|
Here's another way to hide your email address on your website. Take the following code and paste it into a blank page. Save it as plain text with a .htm extension.
<html>
<head>
<title>encrypt.htm</title>
</head>
<body bgcolor="#FFFFFF">
<p><script language="JavaScript" type="text/javascript">
//<![CDATA[
y = "<a href=mailto:myname@domain.com>My Name<\/a>";
for(i=0;i<y.length;i++) {
document.write(String.fromCharCode(7^y.charCodeAt(i)));
}
//]]>
</script></p>
</body>
</html>
Replace "myname@domain.com" with your own email address, "My Name" with your name as you want it to appear on the page, and then open the file in your browser. You'll see something like this, which is an encrypted version of your mailto: link that a spammer's spiders shouldn't recognize: ;f'ouba:jfnksh=j~ifjbGchjfni)dhj9J~'Ifjb;(f9 The final step is to past this into the following code between the quote marks in the third line:
<script language="JavaScript" type="text/javascript">
//<![CDATA[
y = ";f'ouba:jfnksh=j~ifjbGchjfni)dhj9J~'Ifjb;(f9";
for(i=0;i<y.length;i++) {
document.write(String.fromCharCode(7^y.charCodeAt(i)));
}
//]]>
</script>
This JavaScript decodes the encrypted mailto: link so visitors to your site can use their regular email program to contact you instead of a form. Now paste this into your website anywhere you might have had <a href="mailto:myname@domain.com">My Name</a> We've been using this on Low End Mac since April, and it definitely helps. It helps even more if you do this with a brand new email address that the spammer's haven't already discovered. Dan Knight, publisher, Low End Mac |
Mac Specific Tips
You can also use your own Mac to fight spam. You need to train and use your spam filter effectively. Most email applications ship with something decent, and most of those filters are adaptive. They scan incoming mail for spam and put suspect messages in a folder called Junk or Spam.
In single messages, you usually have buttons that allow you to tell your filter whether the message is junk mail or not, and I believe that you should use this feature actively. This allows your filter to better know the difference between a legitimate message and junk mail. When you open the filter's preferences window, you can usually
Here are the paths to popular email clients' spam filters:
- Apple Mail: Pull down the Mail menu and select Preferences.
Click on Junk Mail

- Mozilla Thunderbird: Pull down the Tools menu and select Junk
Mail Controls

- Microsoft Entourage: Pull down the Tools menu and select Junk
E-mail Protection

- Eudora: Pull down the Eudora menu, select Preferences and click
on Junk Mail

- Bare Bones Mailsmith: Launch the SpamSieve application
To make sure that known senders do not get filtered out, add them to your address book. This includes the From address of a newsletter, because most newsletters are easy to distinguish as spam even though they are not.
You may also
think about buying SpamSieve (US$25), a product that works hand in
hand with most Mac email software. It intervenes to filter out the
spam. I have used it for a short while so far and I am impressed by
its filtering capabilities, without having done any effort to
configure it.
If you use all those tips, I believe you will be quite capable
to keep spam away from your Inbox. You will always get some, but it
is nice when you can minimize the amount....
- Link: SpamSieve
- Link: SpamAssassin
Michel Munger is a journalist who lives in Montréal. He discovered the Mac in 1994, and his work on a PC reminds him every day why he embraced Apple's platform. Munger has also authored some MacDaniel columns.
You can learn more about him on his personal website.
Recent articles by Michel Munger
- Thunderbird 2.0: A simple, powerful, free email client, Macinthoughts, 2007.04.25. Mozilla Thunderbird doesn't suffer from feature bloat like most commercial email programs. It puts the focus on doing what you need efficiently.
- A decade of progress, Macinthoughts, 2007.04.09. 10 years ago, Windows 95 was a mess, System 7.5 was becoming unstable, and Apple's future was in doubt. Today OS X is rock solid, Vista has learned from Apple, and Apple is a runaway success.
- Entourage, the best overall email software on the market, iBasics, 2005.12.08. Microsoft's email client is easy to use, integrates with Office, is sluggish, and can only be purchased as part of Office.
- More in the iBasics index.
Links for the Day
- Mac of the Day: Mac IIfx, introduced 1990.03.19. This 'wicked fast' 40 MHz Mac trumped the 33 MHz DOS world.
- February 14 in LEM history: 98: A perfect compact Mac - 00: Extended computer warranties worth the cost? - Making your PC work with your Mac - 01: Customize Microsoft Word - 02: Quadra revives a passion for computing - 03: Real world performance - DIY Pismo screen replacement - Best Mac for writing - 03: Fastest browser on the Mac - 06: 15" MacBook Pro - Impressions of a newly acquired Lisa - Finding and using free WiFi - Apple should liberate OS 9 - 07: New Mac mini cheaper than upgrading a Power Mac - 08: Falling in love with OS X
- Support Low End Mac
Recent Content on Low End Mac
- Fix Home Button Delay, Tablet the Ultimate Mobile PC, iPad Notebook a Possibility, and More, iOS News Review, 2012.02.10. Also using your iPad at work, two photo editors, a new iPad text editor, Macally's magnetic iPad 2 stand, and more.
- White MacBook Goes End-of-Life, Logitech Touch Mouse Supports Gestures, Firmware Updates, and More, The 'Book Review, 2012.02.10. Also MacBook Air better than any Ultrabook, docks for MacBook Pro models, Intel offers improved SSDs, and more.
- Mac and iOS Browsers: Options Galore, Freeware Forum, 2012.02.10. Safari is adequate on Mac and great on iOS, but the range of good alternatives is stunning. LEM writers share their favorites.
- Apple's Support Lead Shipping, Smartphones Outsell PCs, OS X Ported to ARM by Intern, and More, Mac News Review, 2012.02.10. Also the power of Tex-Edit Plus, Google and Twitter are already censoring the Web, Snow Leopard Security Update, and more.
- LogMeIn: Remote Screen Sharing for the Rest of Us, Alan Zisman, Zis Mac, 2012.02.09. Configuring the Mac's built-in screen sharing to work over the Internet can be difficult or impossible. LogMeIn makes it easy.
- 15 Years Ago Motorola Unveiled the PowerPC G3, Low End Mac Round Table, 2012.02.06. The G3 processor was optimized for real world Mac software and made a big leap forward in efficiency.
- Don't Kill Caps Lock, Learning to Love the iOS Keyboard, and an Adaptive iPad Keyboard, Charles W. Moore, Miscellaneous Ramblings, 2012.02.06. The Caps Lock key has a useful function, the iPad's keyboard really is useful, and checking out an adaptive keyboard for the iPad.
- More links in our archive.
Recent Deals
- Best 17" MacBook Pro Deals
- Best iPod classic Deals
- Best eMac Deals
- Best MacBook Air Deals
- Best iBook G4 Deals
- Best iPad Deals
- Best Classic Mac OS Deals
- Best Apple TV Deals
- More deals in our archive.
About LEM Support Usage Privacy Contact
Follow
Low End Mac on Twitter
Join Low End Mac
on Facebook
Low End Mac Reader Specials
TypeStyler 11 is now in the Mac App Store!! -- Special Introductory Price of $59.95!! -- To Buy From The Mac App Store Click Here Now!! Or buy direct
from Strider Software.
Don't install Parallels to play poker online! Poker Mac will show you how to download and install a native Mac poker and Mac Casino applications in minutes.
Favorite Sites
MacSurfer
Cult of Mac
Shrine of Apple
MacInTouch
MyAppleMenu
InfoMac
The Mac Observer
Accelerate Your Mac
RetroMacCast
PB Central
MacWindows
The Vintage Mac Museum
DealMac
Deal Brothers
Mac2Sell
Mac Driver Museum
JAG's House
System 6 Heaven
System 7 Today
the pickle's Low-End Mac FAQ
Affiliates
Amazon.com
The Apple Store
The iTunes Store
PC Connection Express
GainSaver
Parallels Desktop for Mac
eBay


