Depending on your shell, something like
foreach l ( `/your/path/to/mailman/bin/list_lists -b `) echo -n $l /your/path/to/mailman/bin/list_members | wc -l end
might do the trick.
mjb. ----
Unthinking respect for authority is the greatest enemy of truth. -Albert Einstein.
------------------------------------------------------ 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/
