Web Hosting Forum | Lunarpages


*
Welcome, Guest. Please login or register.
Did you miss your activation email?



Login with username, password and session length
May 24, 2012, 03:16:49 AM

Pages: [1]   Go Down
  Print  
Author Topic: Protecting email addresses from "spiders??"  (Read 338 times)
Victoria Louise
Newbie
*
Offline Offline

Posts: 1


WWW
« on: February 14, 2003, 03:59:00 AM »

I was browsing last night following info about SpamAssasin, then protecting email addresses on a web site from being harvested by spammers. I know I read something about a JavaScript that would hide the address from spammers but still be visible in browsers and usable to visitors. Now, after a good night's sleep I haven't the faintest idea where I was. Can you help?
Logged
charle97
Galactic Royalty
*****
Offline Offline

Posts: 420


WWW
« Reply #1 on: February 14, 2003, 04:47:00 PM »

discussion of spam assassin:

http://www.lunarforums.com/cgi-bin/ultimatebb.cgi?ubb=get_topic;f=45;t=000148;p=1

the javascript code:
http://www.lunarforums.com/cgi-bin/ultimatebb.cgi?ubb=get_topic;f=1;t=000854
 
 [ February 14, 2003, 12:57 PM: Message edited by: charles g ]
Logged

Brian
Jedi
*****
Offline Offline

Posts: 874


WWW
« Reply #2 on: February 14, 2003, 05:02:00 AM »

you all may find this interesting.

I decided to conduct a experiment on one of my "disposable" email addressing starting a few days ago. i decided to see if that "click here to be removed from this mailing list" actually worked. for the past few days i've been clicking on those links for every spam mail i got. in the past week i've gone down from 70+ spams a day, to today when i got 11.

-Brian
Logged

charle97
Galactic Royalty
*****
Offline Offline

Posts: 420


WWW
« Reply #3 on: February 14, 2003, 05:08:00 AM »

i read somewhere that clicking those links to unsubscribe is a bad idea, since most spammers buy and use the email lists blind without confirmation.  unsubscribing only confirms that the address they have is real and they can put that address on another list to be sold.

i don't know if its true or not, but it makes sense.
 
 [ February 14, 2003, 01:10 PM: Message edited by: charles g ]
Logged

Windsun
Intergalactic Superstar
*****
Offline Offline

Posts: 178


WWW
« Reply #4 on: February 14, 2003, 09:24:00 AM »

I put this in my .htaccess file and it seems to be working so far to block all the email harvesters. The IP addresses are those of confirmed bad bots:
-----------------

IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*

order allow,deny
allow from all
deny from 193.251.190.3
deny from 61.145.146.100
deny from 203.131.77.28
deny from 218.145.25.49
deny from 66.7.131.131

SetEnvIfNoCase User-Agent "EmailCollector/1.0" spam_bot
SetEnvIfNoCase User-Agent "EmailSiphon" spam_bot
SetEnvIfNoCase User-Agent "EmailWolf 1.00" spam_bot
SetEnvIfNoCase User-Agent "ExtractorPro" spam_bot
SetEnvIfNoCase User-Agent "Crescent Internet ToolPak HTTP OLE Control v.1.0" spam_bot
SetEnvIfNoCase User-Agent "Mozilla/2.0 (compatible; NEWT ActiveX; Win32)"  spam_bot
SetEnvIfNoCase User-Agent "CherryPicker/1.0" spam_bot
SetEnvIfNoCase User-Agent "CherryPickerSE/1.0" spam_bot
SetEnvIfNoCase User-Agent "CherryPickerElite/1.0" spam_bot
SetEnvIfNoCase User-Agent "NICErsPRO" spam_bot
SetEnvIfNoCase User-Agent "WebBandit/2.1" spam_bot
SetEnvIfNoCase User-Agent "WebBandit/3.50" spam_bot
SetEnvIfNoCase User-Agent "webbandit/4.00.0" spam_bot
SetEnvIfNoCase User-Agent "WebEMailExtractor/1.0B" spam_bot
SetEnvIfNoCase User-Agent "autoemailspider" spam_bot
Order Allow,Deny
Allow from all
Deny from env=spam_bot

-----------------------
Logged

Bluelight
Jedi
*****
Offline Offline

Posts: 836


« Reply #5 on: February 20, 2003, 02:59:00 PM »

Thanks Windsun.

Ive copied that code and ill  use it.

Bluey
Logged
Pages: [1]   Go Up
  Print  
 
Jump to: