Dear list,
I'd like to change the sending address of a mailinglist, but when I try to set it via mmclient with
./manage.py mmclient lists=client.lists l=lists[listnumber] l.settings['posting_address']='new name'
I get ValueError: value is read-only
.
Is it possible to change this value, or should I use another setting for this objective?
Best regards,
Johannes Winter
On 11/7/18 10:59 PM, Johannes Winter wrote:
Dear list,
I'd like to change the sending address of a mailinglist, but when I try to set it via mmclient with
./manage.py mmclient lists=client.lists l=lists[listnumber] l.settings['posting_address']='new name'
I get
ValueError: value is read-only
.Is it possible to change this value, or should I use another setting for this objective?
You can't change the list's posting_address. You have to change the list_name which you can't do via mmclient, but you can do via 'mailman shell'.
If you want to change the posting_address without changing the list name, you can alias the desired posting address to the list_name@domain address in the MTA and add the desired posting address to the list's acceptable_aliases.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
Johannes Winter
-
Mark Sapiro