[Mailman-Users] subscribers counter

Jon Carnes jonc at nc.rr.com
Fri Feb 15 17:50:14 CET 2002


On Friday 15 February 2002 08:55 am, Daniel Zeiss wrote:
> Hello,
>
> I would like to put a counter on a website with how many people are
> actually subscribed to one mailinglist using mailman.
>
> How is that possible?
>
> bye
> 	Daniel

Setup a cron job to dump out the member list and then count it and dump it to 
a file:
  ~mailman/bin/list_members <list-name> |wc -l > filename

The script can also easily build a web page with the information

Good Luck!

Jon Carnes




More information about the Mailman-Users mailing list