Differences between revisions 1 and 2
Revision 1 as of 2008-07-31 13:58:54
Size: 1077
Editor: dunxd
Comment:
Revision 2 as of 2008-07-31 13:58:55
Size: 1054
Editor: dunxd
Comment: Migrated to Confluence 4.0
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#pragma page-filename DOC/versions/14352559 #pragma page-filename DOC/versions/4030594
Line 3: Line 3:
Line 15: Line 16:
Or you can simply remove the lists/<listname> directory and if desired, the archives/private/<listname>\''' directories and archives/public/<listname>\''' symlinks if any. Or you can simply remove the lists/<listname> directory and if desired, the archives/private/<listname>* directories and archives/public/<listname>* symlinks if any.
Line 17: Line 18:
''Last changed on Wed Jul 11 16:49:11 2007 by'' Mark Sapiro
<<Color2(Converted from the Mailman FAQ Wizard, col=darkgreen)>>This is one of many [[../Frequently Asked Questions|Frequently Asked Questions]].
''Last changed on Wed Jul 11 16:49:11 2007 by'' Mark Sapiro<<BR>> Converted from the Mailman FAQ Wizard

This is one of many [[../Frequently Asked Questions|Frequently Asked Questions]].

4.31. How do I remove a list via the web or command line?

To delete a list via the web interface you must set the variable OWNERS_CAN_DELETE_THEIR_OWN_LISTS to yes in the mm_cfg.py file. It is no by default. See Defaults.py for more info on what the variable does.

If you tried to remove a list via the web interface and were told "You're being a sneaky list owner!" you have the variable set to No.

See the python source file in your mailman source tree under ./Mailman/Cgi/rmlist.py to better understand this whole process.

To remove a list via the command line, use Mailman's bin/rmlist tool. See

 bin/rmlist --help

Or you can simply remove the lists/<listname> directory and if desired, the archives/private/<listname>* directories and archives/public/<listname>* symlinks if any.

Last changed on Wed Jul 11 16:49:11 2007 by Mark Sapiro
Converted from the Mailman FAQ Wizard

This is one of many Frequently Asked Questions.

MailmanWiki: DOC/4.31 How do I remove a list via the web or command line? (last edited 2015-01-31 02:36:58 by msapiro)