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 ------------------------------------------------------ Mailman-Users maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users
