Hacker News new | ask | show | jobs
by a124556 4466 days ago
With any standards compliant email server you can use "+whatever" in the username and the email should get to you: username+whatever@example.com.
2 comments

"+" is valid in the left-hand side portion and Postfix uses it (by default) as the separator to provide this feature but other mail systems (Qmail and, IIRC, Courier) use "-".

That functionality is not an RFC requirement, however.

I believe that totally depends on the mail server. If there is an actual standard for that, please do point me to it.