I am looking into some edge cases of email address formatting, and also how such cases are handled by email servers.
In particular, according to RFC5322 (section 3.4.1), an address like this is valid:
"test@test.com"@domain.com
Notice the double quotes surrounding the local part.
If such an address is valid, can it be handled by email servers?
If not by default, does anyone know if any open source email servers can be configured to handle such cases?
Thanks!