Re: [Mailman-Users] getting count of users

2015-05-25 Thread Mark Sapiro
mat houser wrote: > len(mlist.members) should work. This is wrong for two reasons. 1) mlist.members is not defined in the MemberAdaptor API, it is an artifact of OldStyleMemberships.py which is the default MemberAdaptor, but not necessarily the one in use for a particular list, and more importa

Re: [Mailman-Users] getting count of users

2015-05-22 Thread mat houser
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 written a little script to give me output of the following from any or all listservs we manage. Listname, Last Activity, Lis

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 Mark Sapiro
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 withlist script ;) See

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 :