Jess Mooers wrote: >We have a client who no longer wants their list running. How do I delete the >list? I have tried searching archives and faq's but could not find it.
bin/rmlist --help You can also allow owners to remove their own lists although in some environments this is not a good idea which is why the capability is not enabled by default - i.e., it may result in too many 'ooops, I deleted my list by mistake; please restore it' and/or 'my list is gone; I don't know how; get it back for me' type of requests. If you want this, set OWNERS_CAN_DELETE_THEIR_OWN_LISTS = Yes in mm_cfg.py, and there will be a list deletion link on the list's admin pages. What needs to be done is remove lists/listname/ optionally remove archives/public/listname* and archives/private/listname* remove MTA aliases if any. bin/rmlist does all this with one tool (except the MTA part is only done if MTA='Postfix', but you'll get a reminder message if MTA='Manual'). -- 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/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
