(no title)
Aethylia | 3 years ago
Nobody else can register an email that is the same as yours but without a dot. So the only way you receive someone else's email is if they give the wrong address.
Aethylia | 3 years ago
Nobody else can register an email that is the same as yours but without a dot. So the only way you receive someone else's email is if they give the wrong address.
denton-scratch|3 years ago
That's not my experience. Which non-gmail email software ignores dots before the @?
Thinking about this, I guess the sending MTA doesn't care about dots; it goes RCPT TO: <address.with.dots@example.com>. The receiving MTA then has to validate that address; it does that using some account database that isn't typically part of the MTA - it could be a unix account (no dots!), a database table, or an LDAP user. Finally it passes the mail off to a delivery agent, which hopefully relies on the same account database.
So the elision of dots appears to be a feature of certain account databases. So which account databases elide dots?
account42|3 years ago
[0] https://www.postfix.org/ADDRESS_REWRITING_README.html#virtua...
znpy|3 years ago
I guess this is another falsehood people believe about emails.
> Nobody else can register an email that is the same as yours but without a dot.
It used to be possible, then google decided to stop allowing that (guess why?)
And by the way, that’s an arbitrary decision.
I have run mail servers and it’s just and cam tell you… it’s an arbitrary decision.