Re: [Mailman-Users] number of subscribers

2010-10-04 Thread Mark Sapiro
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 a

Re: [Mailman-Users] number of subscribers

2010-10-04 Thread Adam McGreggor
On Mon, Oct 04, 2010 at 01:35:42PM -0700, Con Wieland wrote: > Does anybody already have a script to get the total number of > subscribers across all the lists on a system? something like: list_lists -b | while read L; do echo "List is ${L}"; list_members ${L} | wc -l ; done perhaps? If you'

[Mailman-Users] number of subscribers

2010-10-04 Thread Con Wieland
Does anybody already have a script to get the total number of subscribers across all the lists on a system? Con Wieland Office of Information Technology University of California at Irvine -- Mailman-Users mailing list Mailman-Users@python.or

Re: [Mailman-Users] Number of Subscribers

2001-05-06 Thread Bill Bradford
On Sun, May 06, 2001 at 06:35:38PM +0200, Robert Krimmer wrote: > hi! > I'm using Mailman 1.08b8 to send out a weekly newsletter. What my sysadmin > couldn't tell me was, how to add the current number of users to each > newsletter. Is there a variable that can be inserted to the text? > thx, > rob

[Mailman-Users] Number of Subscribers

2001-05-06 Thread Robert Krimmer
hi! I'm using Mailman 1.08b8 to send out a weekly newsletter. What my sysadmin couldn't tell me was, how to add the current number of users to each newsletter. Is there a variable that can be inserted to the text? thx, robert krimmer *