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


    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! Application Development Tools for the Mainframe Developer

    You probably have thousands of lines of COBOL code loaded with business intelligence and being used to run your business, along with an army of developers maintaining these applications. Learn how to prepare your applications and developers so you can keep that competitive edge and move to a service-oriented architecture with the IBM Rational Enterprise Modernization solutions. Replay is available for 9 months.
    FREE! Go There Now!


    NEW! BlammoSplat: Build a community Web site of OpenLaszlo animations, Part 3: The community animation

    Learn to enable users to both rate existing animations and to combine existing animations into new snippets. This is the third in a series of three tutorials that chronicle the building of a site that enables collaborative discussion and animation building using Domino and OpenLaszlo.
    FREE! Go There Now!


    NEW! Download IBM WebSphere Portal V6.1 beta code

    Download the IBM WebSphere Portal V6.1 beta code and learn more about the rich features and enhancements in IBM WebSphere Portal V6.1. WebSphere Portal provides a composite application or business mashup framework and the advanced tooling needed to build flexible, SOA-based solutions, and scalability to meet the needs of any size organization.
    FREE! Go There Now!


    NEW! Harnessing the power of SQL and Java for high performance data access

    Join this webcast to see how IBM Data Studio Developer and pureQuery can take the pain out of Java data access. uApplications developed using both Java and SQL have become a common requirement. Database connectivity using Java Database Connectivity (JDBC) to create an application is a multi-step tedious process, and tooling that covers both SQL and Java has been unavailable, until now. IBM Data Studio introduces the pureQuery platform: a high-performance, Java data access platform focused on simplifying the tasks of developing, managing, and optimizing database applications and services.
    FREE! Go There Now!


    NEW! Rational Modeling Extension for Microsoft.Net

    Rational Modeling Extension for Microsoft .NET enhances usability for code generation supporting a more intelligent refactoring. The latest enhancements enable organizations with Java and .NET systems and software development maintain architectural integrity across heterogeneous platforms.
    FREE! Go There Now!


    NEW! Rational Talks to You:Per Kroll on Rational Method Composer Plug-in customization

    Join this Rational Talks to You teleconference on December 11 at 1:00 pm ET to get tips on building your own plugins with Rational Method Composer. Get your questions answered!
    FREE! Go There Now!


    NEW! Webcast: Accelerating Software Innovation with System z

    Attend this launch webcast with Scott Hebner, Vice President of IBM Rational Marketing and Strategy, where he will overview Rational’s new offerings and programs to help customers accelerate software innovation on System z. He will discuss how these solutions help organizations extend their core business processes toward modern architectures such as SOA and web technologies to deliver business improvements that stand the test of time.
    FREE! Go There Now!


    NEW! Webcast: Introducing the new Information Server and Solutions community: LeverageInformation

    User communities play an important role in communication and collaboration around products, solutions and other areas of special interest to members. Successful communities are able to provide the right mix of content and services to deliver a value proposition that resonates with each audience. Join Tom Inman, VP of Marketing for Information and Platform Solutions as he introduces the new LeverageINFORMATION community. During this webcast, learn about the value provided by the community and how customers and partners derive value from the community in addressing their own technical and business challenges.
    FREE! Go There Now!


    NEW! Webcast: WebSphere Process Server

    WebSphere Process Server delivers a unique integration framework that simplifies existing IT resources. Often, as IT assets grow to support business demand, so too does their complexity and manageability. In this webcast, we’ll discuss how WebSphere Process Server helps deliver an SOA infrastructure that provides a common model to orchestrate, mediate, connect, map, and execute the underlying IT functions. Discover how WebSphere Process Server simplifies integration of business processes by leveraging existing IT assets as reusable services without the complexities of traditional integration methodologies.
    FREE! Go There Now!



    All FREE IBM® developerWorks Tools!

       

    HOW TO ARTICLES

    - An SEO Glossary for Beginners
    - How to Add a Secure Payment Feature to Your ...
    - Google and Mobile Marketing: How Can You Use...
    - Add Live Chat to Your Site
    - How to 301 Redirect Blogspot Blogs to Custom...
    - Managing Trolls
    - Is Your Optimization Working?
    - Why Not Ask for Donations?
    - Protecting Your Passwords
    - How to Create a Dating Site
    - Taking Spam Out of Your Site
    - How to Make a (Good) MySpace Page
    - How to Use Affiliate Programs
    - URL Redirection
    - How to Buy a Domain Name

     
    Create the Optimal Architecture for your Critical Applications
    Warburton's the largest independently owned bakery in the UK faced a number of d....

     
    Five Best Practices for Deploying a Successful Service-Oriented Architecture
    This white paper describes the benefits you can expect with SOA, and how IBM can....

     
    Gartner Magic Quadrant for Application Delivery Controllers
    Gartner summarizes its view on Application Delivery Controllers, evaluates stren....

     
    Knowledge is Power
    What you don't know can hurt you, and is likely costing you money and increasing....

     
    Rationalizing the Multi-Tool Environment
    The rationalized multi-tool approach is flexible, scalable and cost effective. I....

     




    © 2003-2009 by Developer Shed. All rights reserved. DS Cluster 1 Hosted by Hostway
    For more Enterprise Application Development news, visit eWeek