On 3/3/20 2:25 AM, Bernie Cosell wrote: > I don't want to break my lists, so I'll ask first..:o) Does mailman do the > right > thing if I want explicit replies to go to two addresses? 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:. -- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org
