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 <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
