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
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'
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
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
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
*