Best Web Site Design, Web Hosting and Site Promotions from Internet Advertising SolutionsAbout IASDesign ServicesWeb HostingSite PromotionConsultingContact IAS
Call Today -- 859.219.0389Request a Consultation

Virtual Server Documentation Support Area

Virtual Server Documentation


Home | Getting Started | FreeBSD | Solaris | Handbook

Click Here for Web Hosting Information & Pricing 

Wpoison - Prevent E-Mail Address Harvesting
Wpoison Wpoison is a CGI which can be used to help reduce the problem of bulk junk e-mail on the Internet. Wpoison helps to combat the junk e-mail problem by thwarting the efforts of junk e-mailers who regularly scan web pages, looking for target e-mail addresses to harvest (which they subsequently bombard with junk e-mail).

Installation
Do the following, depending on your Virtual Server O/S.

Usage
In order to properly implement a site inoculation, you will want to use a combination of empty <a href> tags on your home page and throughout your web site a la <a href="/leeches/index.html"></a> as well as add the lines similar to the following to your web server configuration file:

 
RewriteEngine On 
RewriteCond %{HTTP_USER_AGENT}  ^ExtractorPro.* 
RewriteRule ^/.* /leeches/index.html [L] 
RewriteCond %{HTTP_USER_AGENT}  ^EmailSiphon.* 
RewriteRule ^/.* /leeches/index.html [L] 
RewriteCond %{HTTP_USER_AGENT}  ^eCatch.* 
RewriteRule ^/.* /leeches/index.html [L] 

To prevent legitimate Web Robots from indexing the Wpoison generated pages, create an entry in your robots.txt file (or create the file in your ~/www/htdocs/ directory if it does not already exist) to "disallow" the /leeches/ directory, like this:

 
User-agent: * 
Disallow: /leeches/ 

Virtual Server Documentation


Home | About IAS | Web Design | Web Hosting | Promotion | Consulting | Support | Contact IAS

Copyright © 1995-2008 Internet Advertising Solutions, Inc.
Copyright Notice | Privacy Policy | Site Map | APR