How to disable a list temporarily ?

Asked by arky

How do I disable a list temporarily. I don't want to delete it but disallow access to it (via email or HTTP)

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu mailman Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Mark Sapiro (msapiro) said :
#1

Just 'chmod 000 lists/LISTNAME', and when you want to re-enable the list, 'chmod 2775 lists/LISTNAME'. If the list has public archives and you want to disable access to them, 'rm archives/public/LISTNAME*'. When you re-enable the list, these symlinks will be automatically recreated when you access the list.

Depending on your MTA, you may want to remove the list's aliases.

Revision history for this message
roland aus köln (devzero-c) said :
#2

this is not needed, as there is "emergency moderation" feature:

http://www.gnu.org/software/mailman/mailman-admin/node14.html

Can you help with this problem?

Provide an answer of your own, or ask arky for more information if necessary.

To post a message you must log in.