As a small followup for anyone encountering the same problem in the future - I ended up just changing the value in the database directly.

So - an “update mailinglist set emergency = FALSE;” (or the equivalent in the dialect of the database one uses) removes the emergency flag from all mailing lists.

Johanna


On 27 Jul 2020, at 19:13, Brian Carpenter wrote:

On 7/27/20 9:34 PM, Mark Sapiro wrote:
Coincidentally, this was just asked and answered there. See the thread
at
<https://lists.mailman3.org/archives/list/mailman-us...@mailman3.org/thread/EQMOVCBIOGVMHYXCIMKO6ZB463QMECQA/>.
Don't overlook my second post correcting errors in my firs reply.

This is the client that I asking about in my post. She said what I did, did not work. This is what I did:

1. Get into a venv as user mailman

2. #mailman shell
 >>> from mailman.model.mailinglist import MailingList
 >>> mlist = MailingList('listn...@listdomain.org')
 >>> mlist.emergency = False
 >>> commit()
ctrl-d (just to be on the safe side)

Did I not follow your instructions correctly?

--
Please let me know if you need further assistance.

Thank you for your business. We appreciate our clients.
Brian Carpenter
EMWD.com

--
EMWD's Knowledgebase:
https://clientarea.emwd.com/index.php/knowledgebase

EMWD's Community Forums
http://discourse.emwd.com/

------------------------------------------------------
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/
------------------------------------------------------
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