[Mailman-Users] Extract list of lists with population?

Mark J. Bradakis mjb at cs.utah.edu
Thu Jul 1 21:01:50 CEST 2004


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.





More information about the Mailman-Users mailing list