Hacker News new | ask | show | jobs
by CharlesW 22 days ago
Apple (like any email provider that conforms to RFC 2822) supports plus addresses as well.
4 comments

Are you implying that plus addresses are part of RFC 2822? Because they aren’t. AFAIK, no RFC documents specify the plus address convention. The RFCs merely specify that, in an email address, whatever is to the left of the @ sign is to be interpreted by the receiving system, and nobody else should make any assumptions about any of it, and certainly never alter it. And also that the + character is one of the many permitted characters to the left of the @ sign in an email address.

The plus address convention is just that, a convention, widely implemented by many email programs and servers, but not required by any standard, nor universally implemented.

its talked about in a proposed standard, at least.

https://www.rfc-editor.org/info/rfc5233/

“Talked about” is exactly correct. That RFC describes it as an existing practice and describes one common use where the + sign is used. Which is correct. But this is all completely independent of the email protocols and the RFCs which define them. This specific RFC is about how to handle email filtering where you want to take such an extra “detail” string into account, if such a string is present and can be parsed out of an email message, once it has been recieved. Note that this RFC does not describe the + sign convention as the only one – it shows two other possible syntaxes.
TIL, thanks!
Any illegitimate email collection service already knows to strip out email subaddresses.

If you’re trying to avoid email spam, there’s not much difference in giving someone myname+foo@gmail.com versus just myname@gmail.com.

You could just use my.name@gmail.com for the no-alias version. So myname+foo@ works and my.name@ works but myname@ goes directly to the trash.
That can also be normalized.
The normalised version is what gets redirected to trash, according to GP's proposal. Legitimate senders who do not normalise have their mail delivered to the inbox.
Yea, gotta take all dots out on the username portion of Gmail address
In which case the Gmail user knows to mark mail without any dots in the address as spam.
That's the version that goes directly to the trash.
It's become a fairly regular occurrence that any email with + just shows an error saying the email isn't valid. Bad actors can also easily strip it out after
Bad actors can just strip the plus part of the address