How To
  Home arrow How To arrow 3 Tips To Help Webmasters Reduce Spam In Thei...
Affiliate Promotion  
Blog Help  
Domain Name Tips  
How To  
Newsletter Marketing  
Online Business Help  
Search Engine Tricks  
Web Development  
Web Hosting  
Website Advertising  
Website Content  
Website Marketing  
 Webmaster Tools
 
Base64 Encoding 
Browser Settings 
CSS Coder 
CSS Navigation Menu 
Datetime Converter 
DHTML Tooltip 
Dig Utility 
DNS Utility 
Dropdown Menu 
Fetch Content 
Fetch Header 
Floating Layer 
htaccess Generator 
HTML to PHP 
HTML Encoder 
HTML Entities 
IP Convert 
Meta Tags 
Password Encryption
 
Password Strength
 
Pattern Extractor 
Ping Utility 
Pop-Up Window 
Regex Extractor 
Regex Match 
Scrollbar Color 
Source Viewer 
Syntax Highlighting 
URL Encoding 
Web Safe Colors 
Whois
 
Forums Sitemap 
Mobile Linux 
APP Generation ROI 
IBM® developerWorks 
Sun Developer Network 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
HOW TO

3 Tips To Help Webmasters Reduce Spam In Their Inbox, Today
By: Developer Shed
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating:  stars stars stars stars stars / 0
    2003-10-10

    Table of Contents:

    Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    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.&#99

    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

     

    IBM® developerWorks developerWorks - FREE Tools!


    Build Forge Express demo: Enabling software delivery excellence for small and midsized businesses

    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!


    Check out the new Jazz space on developerWorks

    <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!


    NEW! Driving Business Success with Rational Process Library

    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!


    NEW! Build Web services with transport-level security using Rational Application Developer V7, Part 1: Build Web services and Web services clients

    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!


    NEW! Download DB2 Express-C 9.5

    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!


    NEW! IBM Rational ClearCase Innovator's Series

    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!


    NEW! Improve your build process with IBM Rational Build Forge, Part 2: Automate builds for a real-world Tomcat project

    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!


    NEW! Innovate don't duplicate! Asset reuse strategies for success

    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!


    NEW! Rational Talks to You: Scott Ambler on being agile in a global development environment

    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!


    NEW! The role of integrated requirements management in software delivery

    This paper is about the critical role that a discipline called integrated require­ments management can play in helping to ensure that your business goals and IT investments are continuously aligned—whether you are sourcing, integrat­ing, 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!

       

    HOW TO ARTICLES

    - How to Use Affiliate Programs
    - URL Redirection
    - How to Buy a Domain Name
    - What to Do if Your Site Has a Penalty or Ban
    - How to Optimize Your Online Articles
    - Create a Web Site With Bravehost
    - How to Contribute to Wikipedia
    - How to benefit and make an online business w...
    - How To Develop Your Information Marketing St...
    - How To Create Your Own e-Commerce Site
    - How To Find Hot Niche Markets
    - How To Reach And Stay At The Top Of The Firs...
    - How-To Make Your Ezine Stand Out From The Ma...
    - How to Prevent and Protect Yourself from Onl...
    - How To Make A Screencast





    © 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway
    Stay green...Green IT