Re: [Mailman-Users] getting count of users

2015-05-21 Thread Smith, David
Sorry Mark! :) GNU Mailman will be remembered from now on .. Thanks! Dave Smith    drsm...@fsu.edu        (850)645-8024 Linux Administrators      its-unixadm...@fsu.edu      (85

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
PERFECT! Thanks Mat .. that was the key .. 'len' I'll remember that one , I just wasn't even thinking about that. I was so ingrained on using 'cmd' .. *sigh Thanks! Dave Smith    drsm...@fsu.edu        (850)645-8024 L

[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 :