28 Jul
2020
28 Jul
'20
12:40 p.m.
Ok, I see the other thread concerning this was deleted, along with my reply. Here it is again.
Mark, following your instructions did not work. I did the following:
Get into a venv as user mailman
#mailman shell
from mailman.model.mailinglist import MailingList mlist = MailingList('listname@listdomain.org') mlist.emergency = False commit() ctrl-d (just to be on the safe side)
Did I not follow your instructions correctly?
Brian