|
|
|
|
|
by denton-scratch
1387 days ago
|
|
> It's not just gmail that does this, dots are almost always ignored before the @. 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? |
|
[0] https://www.postfix.org/ADDRESS_REWRITING_README.html#virtua...