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 e...@x.com, 
> e...@y.com 
> work?

It won't work. The code uses email.utils.parseaddr() which accepts
various display-name and address formats, but only one address.
'e...@x.com, e...@y.com' will result in only 'e...@x.com' in the Reply-To:.

-- 
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
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

Reply via email to