>> ...which I found googling ‘how to disable a mailman 2 list’ because I’d like 
>> to know how, too, since we do occasionally have need to do this.)


> The method in that thread is simply moving the lists/<listname> aside. That 
> is one way to disable a list, but there are others depending on what you 
> actually want. ...



To disable a list:

chmod 000 $PATH/lists/<LISTNAME>


And to re-enable it:

chmod 2775 $PATH/lists/<LISTNAME>
------------------------------------------------------
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