TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Why do people still say name AT domain.com?

5 pointsby jmillerincalmost 15 years ago
I can't remember the last time I saw someone list their email address on a blog or home page as name@domain.com.<p>Are spam bots still fooled by name AT domain.com?<p>Or is it for some other reason?<p>And Gmail seems to be so good at filtering out spam anyway, what's the point of hiding?

12 comments

natfriedmanalmost 15 years ago
I've listed my email address as nat@nat.org on my web page for years and gmail only lets in a few spam a day. I tweet it regularly too, and I'm not drowning in spam. I don't think there's any point in continuing to do this. From my perspective, spam is a problem Google solved for me.
jolanalmost 15 years ago
Because they don't know how to do this:<p>&#60;a href="javascript:location='mailto:\u006a\u006f\u006c\u0061\u006e\u0040\u0067\u006f\u0072\u006D\u0073\u0062\u0079\u002e\u0063\u006f\u006d';void%200"&#62;email me&#60;/a&#62;
fr0manalmost 15 years ago
I get a good deal of spam from any unfiltered accounts I post as name@domain.com. In fact the only Nigerian scams I ever received came from doing that. name[AT]domain.com is an easy way to prevent some of that for someone (e.g. a non-technical person doing a blog) without the javascript obfuscation code handy, or else without the know-how to use it.
stefanobernardialmost 15 years ago
In plain text I use name @t domain d0t com while on my blog and websites I use a simple js script: &#60;SCRIPT TYPE="text/javascript"&#62; &#60;!-- // protected email script by Joe Maller // JavaScripts available at <a href="http://www.joemaller.com" rel="nofollow">http://www.joemaller.com</a> // this script is free to use and distribute // but please credit me and/or link to my site<p>emailE='domain.com' emailE=('name' + '@' + emailE) document.write('or &#60;A href="mailto:' + emailE + '"&#62;email me&#60;/a&#62;.')<p>//--&#62; &#60;/script&#62;<p>&#60;NOSCRIPT&#62; &#60;em&#62;Email address protected by JavaScript.&#60;BR&#62; Please enable JavaScript to contact me.&#60;/em&#62; &#60;/NOSCRIPT&#62;
评论 #1449508 未加载
nuxi7almost 15 years ago
Not everyone uses gmail...
felideonalmost 15 years ago
People don't realize there are better ways than that. Also, if they need to enter their e-mail address somewhere they can't insert CSS or JavaScript and aren't sure if it is going to be properly obfuscated when rendered, the only way is to plain text obfuscate it.<p>By the way, here is a blog post from 2008: <a href="http://techblog.tilllate.com/2008/07/20/ten-methods-to-obfuscate-e-mail-addresses-compared/" rel="nofollow">http://techblog.tilllate.com/2008/07/20/ten-methods-to-obfus...</a>
zbanksalmost 15 years ago
I've done something with javascript that I'm pretty happy with:<p><a href="http://olopede.com/contact/" rel="nofollow">http://olopede.com/contact/</a><p>Basically, if you have JS turned off, you get "team (.AT.) olopede.com"<p>But, with JS (which most people have), you get the correct form of the email, plus a mailto: link.
damienkatzalmost 15 years ago
I remember reading somewhere that simple email obfuscation can result in more spam, as advanced bots look for obfuscated emails specifically because they are more likely to be an actively checked account. Also more advanced bot operations are more likely to send clever spam to get past your filters.
donohoealmost 15 years ago
Those that spell it out do not necessary do it all the same way. I've seen:<p>jim[at]domain.com<p>jim( a.t.] domain.com<p>jim THE WORD AT HERE domain.com<p>etc. etc.<p>It might all be for a lost cause but if there is a slim chance at obfuscation it costs them nothing to try.
评论 #1449315 未加载
andre3k1almost 15 years ago
I freely give my email address out, but change it every year to avoid spam.<p>my system is to use the current year...<p>i.e. currentyear@mydomain.com so, 2010@ycombinator.com
corin_almost 15 years ago
My email address and phone number get listed by google in a tonne of press releases anyway, luckily my company's servers are decent at filtering out spam
agscalaalmost 15 years ago
The worst is when people use forum's [spoiler] tags to hide their email, as if the bot is LOOKING at the page! haha