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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Why does adding '+FB' to an email still deliver to the original address?

1 点作者 el_hacker10 个月前
If you send an email to the address ‘hn+fb@gmail.com’, which doesn’t exist, the email will still be delivered to the original address ‘hn@gmail.com’. Why and how is that possible? I think for this to work, the email address should first be used on a Facebook account.”

5 条评论

curious_curios10 个月前
Everything after the plus is considered a sub address and is just an arbitrary tag. You can include any text there and it’ll get delivered to the primary address. It’s useful for filtering emails, and is part of the email spec.
评论 #41256739 未加载
PaulHoule10 个月前
I understand that the email server has digression on what to do with the local part of the email address. For instance a mail server could take mail to anyaddress@mydomain.com and put it in the &quot;wildcard&quot; box.<p>I was a qmail fanatic circa 2001 and back then qmail was often configured to put emails to &quot;you@yourdomain.com&quot; to the unix account you and also send &quot;you-*@yourdomain.com&quot; to the you account (anything that starts with &quot;you-&quot;)<p>Of course you can use this to tag email address so if you subscribe to Facebook using &quot;hn-fb@myqmail.com&quot; then emails from Facebook are sent to &quot;hn&quot;.<p>I think the people at gmail thought this was a good idea but that it was better use + instead of - so there you go.
koutetsu10 个月前
If I&#x27;m not mistaken, it&#x27;s a Gamil specific feature. Any combination of words or numbers between + and @ is seen as not part of your email address but can be used by filter received emails.<p>See this link for more information: <a href="https:&#x2F;&#x2F;gmail.googleblog.com&#x2F;2008&#x2F;03&#x2F;2-hidden-ways-to-get-more-from-your.html?m=1" rel="nofollow">https:&#x2F;&#x2F;gmail.googleblog.com&#x2F;2008&#x2F;03&#x2F;2-hidden-ways-to-get-mo...</a>
评论 #41253603 未加载
nhggfu10 个月前
don&#x27;t forget the dot-hack also youremail@gmail.com = y.ouremail@gmail.com = your.email@gmail.com etc
评论 #41258610 未加载
lofaszvanitt10 个月前
postfix:<p>recipient_delimiter = +