Note change from Mailman [2] Users to Mailman Developers. Mark Sapiro writes on [email protected]: > On 3/3/20 2:25 AM, Bernie Cosell wrote:
> > It seems very explicit that the explicit reply address is > > singular.. would making it [email protected], [email protected] work? > > It won't work. The code uses email.utils.parseaddr() which accepts > various display-name and address formats, but only one address. > '[email protected], [email protected]' will result in only '[email protected]' in the Reply-To:. I think we should check if this is the same in Mailman 3, and change it if it is. If we have an attribute whose main function is to populate a header field, it should accept any valid value for that field (POLA). Unless there's a Very Good Reason[tm], in which case "Errors should never pass silently." :-) Steve _______________________________________________ Mailman-Developers mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/mailman-developers.python.org/ Mailman FAQ: https://wiki.list.org/x/AgA3 Security Policy: https://wiki.list.org/x/QIA9
