3 Tips To Help Webmasters Reduce Spam In Their Inbox, Today
by Steve Nash
Email spam is no joke.
Each month the situation of unsolicited junk email seems to
get worse and worse, wasting more and more of your valuable
time.
If you are a webmaster (or site owner) - i.e. you have your
email address on a website - then there *is* something you
can do to help reduce spam in your inbox, today.
Quite simply, you need to encrypt your email address, and
get rid of the bare mailto: link on your site.
This article covers:
- How webmasters get S P A M in the first place
- Tip 1: Encrypt your e-mail address with ASCII-code
- Tip 2: Encrypt your e-mail address using JavaScript
- Tip 3: Hide your email address in an anti- S P A M feedback form
- Further reading about the 'spam wars'
- Bonus Tip: Use the very latest anti-spam email address
So, let's begin.
=> How Webmasters Get S P A M In The First Place
There are many ways that webmasters, everyone really, can
get sent spam. (See Further Reading below for a full
discussion.) The easiest way, however, is to simply put your
email address onto a website in the format: mailto:name@a.b
Then, so-called email-harvesting programs (spambots) visit
this web page and collect each and every email address they
find, and add it to a spammers database.
So, if you put an 'un-protected' e-mail address on a
website, soon enough you'll receive all sorts of unwanted
e-mails in your inbox.
This article discusses 3 ways to protect or encrypt your
email address, and thus make it harder for spambots to add
your email address to spammers databases.
Here are a few tips that WILL help reduce what I call
'webmaster s p a m':
== ASIDE ==
You may well get S P A M sent to the e-mail address you
leave at a forum, or newsgroup too. In this case - when you
are unable to encrypt your email address - you should use a
freebie e-mail address instead, as mentioned at the end of
this article.
== ASIDE ==
=> Tip 1 - Encrypt Your E-Mail Address Using ASCII-code.
Simply put, this means replacing letters and numbers in your
e-mail address with its ASCII equivalent;e.g. a@b.c would be
a@b.c
It's best if you also encrypt the mailto: statement too, as
I *have* received spam at an ASCII-encoded email address !
I use Mailto-Encrypter, a Windows-compatible program, but
you might want to visit the following online resource. The
"Advanced Email Link Generator with Anti-Spam Encoder"
generates mailto: links you can copy and paste
into your web pages and emails.
http://willmaster.com/possibilities/demo/aelgwase.html
(You can also find several mailto encrypters via Google.)
=> Tip 2 - Encrypt Your E-Mail Using JavaScript.
Using a simple JavaScript program like this:
<script language="JavaScript">
<!-- Begin
user = "aaa";
site = "bbb.com";
document.write('<a href=\"mailto:' + user + '@' + site +
'\">');
document.write(user + '@' + site + '</a>');
// End -->
</script>
produces mailto:aaa@bbb.com on your web page; which acts as a
valid e-mail address. Most e-mail spambots can not recognise
the JavaScript as an email address (but it's only a matter
of time!).
Want to see an example? Visit the link below - the e-mail
address has been generated using JavaScript code as above
http://www.anyonecansellonline.com/about-us.shtml
| (Note: If you're a newsletter/e-zine publisher and you want to know more about making sure your e-mails are not treated as spam, then I suggest you use this new spam-check tool |
=> Tip 3 - Hide Your Email Address In An Anti- S P A M Feedback Form
Yes, your email address can be extracted from a standard
Perl/CGI form too. (In some cases, your form can actually
*send* spam - early versions of FormMail suffer from this
security flaw, apparently!)
Enter the Master Feedback form from Willmaster.com - an
anti-S P A M feedback form.
In the words of Willmaster.com: "Master Feedback helps you
S P A M -proof your site by not requiring your email address
anywhere on your page, not even embedded in hidden form
fields or other HTML tags. Now you can stop feeding [those]
email address harvesting robots!"
You can download the feedback form, for free, at
http://willmaster.com/master/feedback/
Want to see an example of the feedback form? Visit
http://www.free-legal-wills-guide.co.uk/contact-us.shtml
=> Further Reading About The 'Spam Wars'
This article provides a few solutions to the problems of
receiving s-p-a-m; but they are not the only solutions.
For further reading on the ongoing battle against S P A M,
and how that battle affects both the innocent and the guilty,
take a look at these links...
http://www.sitepoint.com/article/543
http://website101.com/SpamFilter/spam_fighting.html
http://website101.com/SpamFilter/spamfilter.html
http://website101.com/SpamFilter/spamcop_vigilanties.html
=> Bonus Tip: Use The Very Latest Anti-Spam Email Address
William Botrager, owner of Willmaster.com, is a man
dedicated to reducing spam. Not only is he responsible for
many of the excellent resources above, he's now created the
ultimate (?) anti-spam email address: Master Spambot Buster
In his words: "Master Spambot Buster not only defeats robots
harvesting email addresses on web pages, it also completely
nullifies their harvesting efforts when they scan
. newsletters,
. newsgroup postings,
. discussion list postings,
. instant messages,
. print ads,
. and any other document,
"where the Master Spambot Buster method is used in lieu of
publishing an email address.
"When no email address is present, it can't be harvested."
You can learn more about Master Spambot Buster at
http://willmaster.com/master/spambotbuster
Want to see an example? Well, the link below is, believe it
or not, one of my email addresses
http://www.wise-buys.info/cgi-bin/msb.cgi?2
--
So, there you have it: at least 3 ways you can reduce spam
in your inbox, today.
As I said in the beginning, email spam is no joke, so do
make sure you try at least one of the methods I've shown you.
Either use an anti-spam feedback form, or encrypt your email
address! And if you want absolute certainty that your email
address is safe, check out the Bonus Tip I mention above!
Above all, remove your mailto: link on your website, any
way you can!
© Copyright 2002-2003 Steve Nash. All Rights Reserved.
PS Know a webmaster or site-owner who complains about spam?
Why not pass this information on to someone else who could
use it? It's as easy as forwarding it right now.
| DISCLAIMER: The content provided in this article is not warranted or guaranteed by Developer Shed, Inc. The content provided is intended for entertainment and/or educational purposes in order to introduce to the reader key ideas, concepts, and/or product reviews. As such it is incumbent upon the reader to employ real-world tactics for security and implementation of best practices. We are not liable for any negative consequences that may result from implementing any information covered in our articles or tutorials. If this is a hardware review, it is not recommended to open and/or modify your hardware. |
More How To Articles
More By Developer Shed
developerWorks - FREE Tools! |
This demonstration gives you an overview of IBM® Rational® Build Forge Express Edition, a global offering that provides a framework to automate and execute software processes. Rational Build Forge provides a software assembly line that can support all of your tools, technologies, and platforms so you can achieve a repeatable, reliable, and traceable build and release process. FREE! Go There Now!
|
|
|
|
<a href="http://zeus.developershed.com/shonuff.php?blackbird=3853&zoneid=442&source=&dest=http%3A%2F%2Fwww.ibm.com%2Fdeveloperworks%2Fspaces%2Fjazz%3FS_TACT%3D105AGY31%26S_CMP%3DDEVSHED&ismap="><img src="http://images.devshed.com/corp/img/news/jazz01.gif" alt="developerWorks Jazz space" align="left"></a>You've heard the buzz about Jazz... want to know more about it from a developer's perspective? Check out the Jazz space on developerWorks. This space is an up-to-date resource for developers, including technical information about Jazz and products built on Jazz, like Rational Team Concert Express. The Jazz space includes content from a wide variety of sources, including links, feeds, and comments from experts. FREE! Go There Now!
|
|
|
|
Join this webcast, to learn how the Rational Process Library can help with compliance issues, drive process improvement, and assist in service-oriented architecture (SOA) or Agile development. We will take a peek into the Rational Process Library with content around software and systems engineering (including RUP), operations and systems management, program and portfolio management, and asset and SOA governance. FREE! Go There Now!
|
|
|
|
Build secure Web services with transport-level security using IBM Rational Application Developer V7 and IBM WebSphere Application Server V6.1. Follow this three-part series for step-by-step instructions about how to develop Web services and clients, configure HTTP basic authentication, and configure HTTP over SSL (HTTPS). This first part of the series walks you through building a Web service for a simple calculator application. You generate and test two different types of Web services clients: a Java Platform, Enterprise Edition (Java EE) client and a stand-alone Java client. You also handle user-defined exceptions in Web services. FREE! Go There Now!
|
|
|
|
Visit IBM developerWorks to download IBM DB2 Express-C 9.5, a no-charge version of DB2 Express 9 database server. DB2 Express-C offers the same core data server base features as other DB2 Express editions and provides a solid base to build and deploy applications developed using C/C++, Java, .NET, PHP, and other programming languages. FREE! Go There Now!
|
|
|
|
Learn from the best! Find out how developers use Rational ClearCase to be more flexible, innovative and deliver higher quality code in the Rational ClearCase Power Users eKit. This complimentary eKit provides a collection of materials, like articles, whitepapers, and demos that can help you become a power user of Rational ClearCase. FREE! Go There Now!
|
|
|
|
Learn how Rational Build Forge can extend a simple compile and package build process by adding customization and deployment capability. Go from a manual method to automating: checking for code changes; getting the latest source; compiling and packaging; customizing; copying to and restarting a deployment server; and sending e-mail notification that a new version is available. FREE! Go There Now!
|
|
|
|
Asset Reuse is a key strategy for companies looking to create innovative solutions to solve complex software development problems. Searching for, identifying, updating, using and deploying software assets can be a difficult challenge. Listen to this webcast, to learn about strategies and tools that you can leverage for a successful project, including Rational Asset Manager, Rational Software Architect and WebSphere Service Registry and Repository. FREE! Go There Now!
|
|
|
|
Join this Rational Talks to You teleconference on December 6 at 1:00 pm ET to participate in an agile application development discussion and get your questions answered on using IBM Rational Method Composer in a distributed environment.Get your questions answered! FREE! Go There Now!
|
|
|
|
This paper is about the critical role that a discipline called integrated requirements management can play in helping to ensure that your business goals and IT investments are continuously aligned—whether you are sourcing, integrating, building or maintaining software. It also looks at ways that automated IBM Rational® products can work together to help you use requirements in the very best way. FREE! Go There Now!
|
|
|
|
All FREE IBM® developerWorks Tools! |