Web Design Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignWeb Design Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old September 22nd, 2004, 07:11 AM
burz burz is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2004
Location: Oxford, UK
Posts: 1 burz User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
preventing email harvesting

I've been asked to find out ways of reducing the amount of spam that people receive by having their email addresses harvested from our websites.

I read a report that concluded that using HTML numeric equivalents ("ex&#097 etc.) or replacing emails with a version that can be read by a human only e.g.
name(at)domaindotcom should result in receiving no spam.

Problem is the report was published in March 2003 so I'm wondering if anyone knows whether these techniques are still effective (assuming spambots have got smarter) or if there's a better way of stopping emails in web pages being harvested

Cheers
Burz

Reply With Quote
  #2  
Old September 22nd, 2004, 11:04 AM
bocmaxima's Avatar
bocmaxima bocmaxima is offline
Contributing User
Dev Shed Beginner (1000 - 1499 posts)
 
Join Date: Aug 2004
Location: Tucson, Sonora
Posts: 1,322 bocmaxima User rank is Sergeant (500 - 2000 Reputation Level)bocmaxima User rank is Sergeant (500 - 2000 Reputation Level)bocmaxima User rank is Sergeant (500 - 2000 Reputation Level)bocmaxima User rank is Sergeant (500 - 2000 Reputation Level)bocmaxima User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 3 Days 17 h 46 m 5 sec
Reputation Power: 22
Send a message via AIM to bocmaxima
A little over a month ago, a virus came out that was harvesting email addresses off of Google and then masking itself as them. I got one of these and opened it (I receive emails from the public, so a lot of the protection features are disabled on my account), thinking it was a genuine email (coming from an address within the organization). There was no virus, just a weird bmp, but it freaked us out.
I went and pulled all email address off the web site. Hiding the actual text with ascii codes only does so much, because the link still has to have the actual email address. I actually went through and changed all the links to "Contact this Department" with the actual link to a JavaScript application which popped open an email form that reads the ID and displays certain fields and sends it to that department based on that ID.
Effective? I don't know, but I haven't had any similar experiences with virus emails. Plus, this works better for the user since with mailto you have to have your default mail client installed, and it causes lots of problems.
Hope that helps.

Reply With Quote
  #3  
Old September 22nd, 2004, 12:21 PM
the tree's Avatar
the tree the tree is offline
ub0r 7r0|| flam3r
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2004
Location: Near enough to London
Posts: 483 the tree User rank is Corporal (100 - 500 Reputation Level)the tree User rank is Corporal (100 - 500 Reputation Level)the tree User rank is Corporal (100 - 500 Reputation Level)the tree User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 17 h 8 m 24 sec
Reputation Power: 7
Send a message via MSN to the tree
Right I dont actualy know any JS so this is probaly wong but use something along these lines in the href attribute.
Code:
javascript:sendmail(domain)(name)

Reply With Quote
  #4  
Old September 22nd, 2004, 01:20 PM
bocmaxima's Avatar
bocmaxima bocmaxima is offline
Contributing User
Dev Shed Beginner (1000 - 1499 posts)
 
Join Date: Aug 2004
Location: Tucson, Sonora
Posts: 1,322 bocmaxima User rank is Sergeant (500 - 2000 Reputation Level)bocmaxima User rank is Sergeant (500 - 2000 Reputation Level)bocmaxima User rank is Sergeant (500 - 2000 Reputation Level)bocmaxima User rank is Sergeant (500 - 2000 Reputation Level)bocmaxima User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 3 Days 17 h 46 m 5 sec
Reputation Power: 22
Send a message via AIM to bocmaxima
Feel free to steal my code:
http://www.scifirstforhunters.org/static/index.cfm?contentID=341
Function is at the bottom of this JS:
http://www.scifirstforhunters.org/scripts/popup.js

However, like I said, you'll need to set up either a database, or a back-end in JavaScript to read the number/argument and decide to whom the email should go. You'll also need to process the email using a server-side language like ASP or PHP (the link above uses ColdFusion).
Hope that helps.

Reply With Quote
  #5  
Old September 22nd, 2004, 01:42 PM
edwinbrains's Avatar
edwinbrains edwinbrains is offline
Retired Moderator
Dev Shed God 4th Plane (6500 - 6999 posts)
 
Join Date: Jan 2004
Location: London, UK
Posts: 6,670 edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)edwinbrains User rank is Second Lieutenant (5000 - 10000 Reputation Level)  Folding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced FolderFolding Points: 85411 Folding Title: Advanced Folder
Time spent in forums: 1 Week 6 Days 23 h 36 m 40 sec
Reputation Power: 92
Another idea you may use is not to post your email address as text at all. Create an image with your email address on, and use that when you want to display your address. The more complicated you make the image, the harder it will be for spambots to grab the address.
__________________
- Edwin -

The General Rules Thread | The General FAQ Thread

Reply With Quote
  #6  
Old September 22nd, 2004, 02:46 PM
the tree's Avatar
the tree the tree is offline
ub0r 7r0|| flam3r
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2004
Location: Near enough to London
Posts: 483 the tree User rank is Corporal (100 - 500 Reputation Level)the tree User rank is Corporal (100 - 500 Reputation Level)the tree User rank is Corporal (100 - 500 Reputation Level)the tree User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 17 h 8 m 24 sec
Reputation Power: 7
Send a message via MSN to the tree
Or or or don't post your e-mail adress and just use e-mail forms.

Reply With Quote
  #7  
Old September 22nd, 2004, 04:09 PM
JFetting JFetting is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2004
Location: Chicago, IL
Posts: 154 JFetting User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 47 m 35 sec
Reputation Power: 5
Quote:
Originally Posted by the tree
Or or or don't post your e-mail adress and just use e-mail forms.


This seems to be the only way, at least for me, to cut down on spam. It hides the email address, but still allows the user to contact you from the internet. Unlike using mailto, this lets people that don't have a default email client email you with little hassle.

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignWeb Design Help > preventing email harvesting


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway