Gurganious, Ellen wrote: >I'm curious on how to tell if lists are inactive or dormant ... I have >200+ lists and would like to get rid of lists that are no longer wanted >or utilized. It is a rare user that asks to have something deleted ;)
If the lists have archives, look at them. If there are no archives, you can use bin/withlist to look at the list attribute last_post_time. e.g. $ bin/withlist listname Loading list listname (unlocked) The variable `m' is the listname MailList instance >>> import time >>> time.ctime(m.last_post_time) 'Thu Sep 28 09:44:31 2006' >>> (control-D entered here) Finalizing $ Or create a script to print the list name and last_post_time for all lists or some subset. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org 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