[Mailman-Users] How to get
Mark Sapiro
msapiro at value.net
Wed Sep 5 16:50:54 CEST 2007
BG Mahesh wrote:
>We have several mailing lists running on our list server. I am looking for a
>script that will extract the number of active users in each list. Is there
>such a utility?
It depends what you mean by active?
Consider
#! /bin/bash
for list in `path/to/bin/list_lists --bare`
do echo -----------------------
echo List: $list
path/to/bin/list_members --nomail=enabled $list | wc -l
echo -----------------------
done
--
Mark Sapiro <msapiro at value.net> The highway is for gamblers,
San Francisco Bay Area, California better use your sense - B. Dylan
More information about the Mailman-Users
mailing list