[Mailman-Users] Deleting a list

Mark Sapiro msapiro at value.net
Wed Nov 24 00:06:13 CET 2004


Terry Allen wrote:

>	I have a quick question that doesn't seem to be answered in 
>any of the documentation I have found or the FAQs I have read.
>	Is it possible to delete a list using the HTML pages in 
>Mailman? If not, am I correct in that deleting a list requires 
>running the rmlist command from the command line like this:
>
>rmlist listname

>From Defaults.py -

# Set this variable to Yes to allow list owners to delete their own mailing
# lists.  You may not want to give them this power, in which case, setting
# this variable to No instead requires list removal to be done by the site
# administrator, via the command line script bin/rmlist.
OWNERS_CAN_DELETE_THEIR_OWN_LISTS = No

So if you set

OWNERS_CAN_DELETE_THEIR_OWN_LISTS = Yes

(in mm_cfg.py of course), there will be a 'Delete this mailing list' link on
the admin pages.

--
Mark Sapiro <msapiro at value.net>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan




More information about the Mailman-Users mailing list