Re: [Mailman-Users] getting count of users

2015-05-21 Thread Smith, David
: [Mailman-Users] getting count of users On 05/21/2015 08:47 AM, Smith, David wrote: > Hi folks, > > I've written a little script to give me output of the following from any or > all listservs we manage. I didn't think Listserv(r) was written in Python or had a withlis

Re: [Mailman-Users] getting count of users

2015-05-21 Thread Smith, David
May 21, 2015 1:31 PM To: Smith, David Cc: mailman-users@python.org Subject: Re: [Mailman-Users] getting count of users len(mlist.members) should work. -- - mat:houser mhou...@uwm.edu uwm:uits:iam-support ----- On Thu, 21 May 2015, Smith, David wrote: Hi folks, I've writte

[Mailman-Users] getting count of users

2015-05-21 Thread Smith, David
Hi folks, I've written a little script to give me output of the following from any or all listservs we manage. Listname, Last Activity, List Creation Date, Anonymous List, Admins I'd like to add a count of users into the mix, but just cannot seem to get my head around it. Here is my script :