TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Why do people still say name AT domain.com?

5 点作者 jmillerinc将近 15 年前
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 条评论

natfriedman将近 15 年前
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.
jolan将近 15 年前
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;
fr0man将近 15 年前
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.
stefanobernardi将近 15 年前
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 未加载
nuxi7将近 15 年前
Not everyone uses gmail...
felideon将近 15 年前
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>
zbanks将近 15 年前
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.
damienkatz将近 15 年前
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.
donohoe将近 15 年前
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 未加载
andre3k1将近 15 年前
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_将近 15 年前
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
agscala将近 15 年前
The worst is when people use forum's [spoiler] tags to hide their email, as if the bot is LOOKING at the page! haha