On Thu, Feb 13, 2025 at 06:51:26PM -0500, Wietse Venema via Postfix-users wrote:
> Maybe. First you need to be clear about what you > mean with multiple From addresses: > > Email with: > From: "f...@example.com" <b...@example.org> Exchange accepts this. > Email with: > From: "whatever" <f...@example.com> <b...@example.org> Exchange accepts this. > Email with: > From: "whatever" <f...@example.com>, <b...@example.org> Exchange rejects this. > Email with" > From: <f...@example.com> > From: <b...@example.org> Exchange accepts this and seemingly rewrites the headers to look like: From: <f...@example.com>, <b...@example.org> So we need postfix to reject the 3rd case. Rejecting case 2 and 4 are optional to reject, but probably should be rejected since Exchange may correctly reject them in the future. Thanks, -Matt _______________________________________________ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org