quantranhong1999 commented on PR #2856: URL: https://github.com/apache/james-project/pull/2856#issuecomment-3530628263
Before: `Invalid <invalid@ white.space.in.domain.tld>` does not (equals) match `invalid@ white.space.in.domain.tld` After: `Invalid <invalid@ white.space.in.domain.tld>` matches `invalid@ white.space.in.domain.tld` Because mime4j leniently parses: - `Invalid <invalid@ white.space.in.domain.tld>` as address: `[email protected]`, personal name: `Invalid` - `invalid@ white.space.in.domain.tld` as address: `[email protected]` => address matched Can you confirm we accept this extra leniency in our matching logic as an effect? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
