On 2/5/21 1:29 PM, Lars Bjørndal wrote:
> 
> Thank you. However, in the message here:
> 
> http://mailman.9.n7.nabble.com/acceptable-aliases-multiple-addresses-td51197.html
> 
> I got the impression that it should be a list.


What I wrote at
<https://mail.python.org/archives/list/mailman-users@python.org/message/477AKJZ65GLCNOIEORR7NBKL7OROCSG4/>
was

> Via the web UI, just put the addresses only, one per line, no quotes, no
> commas in Privacy options... -> Recipient filters -> acceptable_aliases.
> 
> Via config_list, your example would be
> 
> acceptable_aliases = ['us...@example.com', 'us...@list.example.com']

That was correct as far as the web UI is concerned, but for config_list
it should have been

acceptable_aliases = """us...@example.com
us...@list.example.com"""

I was confused about the type of acceptable_aliases and didn't look it
up at the time.

-- 
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
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
    https://mail.python.org/archives/list/mailman-users@python.org/

Reply via email to