|
Free Reports:
How to Spam-Proof Your Life Learn how to minimize your spam exposure.
How to Avoid Filter-Fallout Must-have for legitimate email publishers.
Spam Filters - A Legitimate Email Marketer's Friend? Make spam filters your Friend.
Andy Rooney's Tips for Dealing with Junk Mail and Telemarketers - They work!
Generate Whitelisting Instructions for your Publication:
With the introduction of various email filtering solutions today, legitimate email publishers need to provide concise instructions on how to whitelist their publications.
CleanMyMailbox now offers a free tool to help publishers generate customized whitelisting instructions for many of the filtering solutions in use today.
Click here to generate Whitelisting Instructions
Free Email Previewer:
Here's a nice email previewer that allows you to preview, delete, reply, and compose email from your mail server, without having to download it to your PC.
Download the program here: Ultrafunk Popcorn
Free Anti-Spam Utilities:
* Master Spambot Buster
Display your email address on your web site, without worrying about spambots being able to harvest your address.
Click Here To See How it Works
Download the Perl script here: Master Spambot Buster
It requires a UNIX/Linux web server with Perl 5+ installed.
* Email Address Obfuscator
Here's a neat Javascript utility provided by Kenric L. Ashe called AntiSpambotMailto.
CGI mailto forms provide the ultimate level of protection from spambots.
However, mailto links are more convenient for the user (less data entry and they get to use their familiar email client).
The beauty of AntiSpambotMailto is that the email address parameter is not just the usual collection of Unicode or ASCII codes,
which would be relatively easy for a spambot to recognize. Each encoded character is also offset by the total length of the email address.
While it is possible that spambot programmers could eventually write a complete JavaScript parser to circumvent this, it's highly unlikely.
To use this technique, just:
1. Download AntiSpambotMailto.js by clicking here and FTP it to your
web server into the root www directory: (Netscape users right-click on the link above and then Save Link As ...)
2. Add the following line within the <HEAD> and </HEAD> section of your web pages:
<script language="JavaScript" src="/AntiSpambotMailto.js"></script>
3. Then use this form to encode your mailto href link:
4. Place the Javascript code generated above exactly where you want your
email address to appear in your web page(s).
(You may view the source code of this page to verify that this form is not processed by any server-side script,
just in case you're worried about submitting your email address.)
|