Con Wieland wrote: >Does anybody already have a script to get the total number of >subscribers across all the lists on a system?
If you want the total number of unique addresses in all your lists, you can get that with bin/find_member . | grep "found in:" | wc -l If you want the sum over all lists of the number of members in each list, you can do (for l in `bin/list_lists --bare`; do bin/list_members $l; done)| wc -l -- Mark Sapiro <m...@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org