cache: http://74.125.153.132/search?hl=en&q=cache:http://varenh... tl;dr: you can search 'AT gmail DOT com' on google I think this technique has been doing by spammers for decades. The best way to prevent email harvest bots is to use DOM+JS, something like elec tr document.write(document.getElementById("my_script").parentNode.firstChild.getAttribute('my_chars')+String.fromCharCode(0x74, 0141, 115-1)) @gmail.com
The trouble with these and some other solutions (like use of imgs), is that they aren't an option on something like linkedin.com or a forum where users can only post text!
Protecting your email with 'AT domain DOT com' is making it easier to find
11–20 of 42 posts
Re: Protecting your email with 'AT domain DOT com' is making it easier to find
#12Whatever, I never get spam with Gmail.
How do you know Gmail doesn't misclassify valid mail as spam? This is what terrifies me about the thought of using a spam filter: false positives.
I've only found three or four false positives in the five and a half years I've been with GMail.
Re: Protecting your email with 'AT domain DOT com' is making it easier to find
#13Whatever, I never get spam with Gmail.
How do you know Gmail doesn't misclassify valid mail as spam? This is what terrifies me about the thought of using a spam filter: false positives.
Re: Protecting your email with 'AT domain DOT com' is making it easier to find
#14Earlier quoted context omitted.
How do you know Gmail doesn't misclassify valid mail as spam? This is what terrifies me about the thought of using a spam filter: false positives.
GMail's filter is actually incredibly accurate, and if you periodically scan your spam for anything that shouldn't be in there, you've really got nothing to worry about. I've only found three or four false positives in the five and a half years I've been with GMail.
Re: Protecting your email with 'AT domain DOT com' is making it easier to find
#15Re: Protecting your email with 'AT domain DOT com' is making it easier to find
#16Follow Postel's law and simply apply (ever cheaper) horsepower to filtering on the back-end + gray-listing & white-listing. This IS NOT rocket science people.
If one can write a regular expression to parse the "obfuscated" content, it's just one more rule in a markov validation chain in a data mining script.
"...Same as it ever was..."--The Talking Heads
Re: Protecting your email with 'AT domain DOT com' is making it easier to find
#17Re: Protecting your email with 'AT domain DOT com' is making it easier to find
#18Whatever, I never get spam with Gmail.
How do you know Gmail doesn't misclassify valid mail as spam? This is what terrifies me about the thought of using a spam filter: false positives.
Re: Protecting your email with 'AT domain DOT com' is making it easier to find
#19Earlier quoted context omitted.
GMail's filter is actually incredibly accurate, and if you periodically scan your spam for anything that shouldn't be in there, you've really got nothing to worry about. I've only found three or four false positives in the five and a half years I've been with GMail.
When I used spam filtering I was receiving perhaps ten spams for every valid mail. This made it very difficult to scan my filtered mail. There was just so much of it.
For instance: IF X email is in the spam folder AND contains any of the words (Cialis, Viagra, Rolex, etc...) -> Move it immediately to the trash.
This cuts down the number of emails that stay in my spam folder by a huge margin, and makes it much easier to check for false positives.
That being said, I no longer even bother checking. I've been with Gmail for 5 years and I've never had a false positive.
Re: Protecting your email with 'AT domain DOT com' is making it easier to find
#20This does have significant disadvantages, the worst being that users cannot cut and paste the address.