[Mailman-Users] getting count of users

Smith, David drsmith at fsu.edu
Thu May 21 20:47:52 CEST 2015


Sorry Mark!  :) 

GNU Mailman will be remembered from now on ..  

Thanks!

Dave Smith                                                         drsmith at fsu.edu                            (850)645-8024
Linux Administrators                                      its-unixadmins at fsu.edu              (850)644-2591
Information Technology Services             Florida State University


-----Original Message-----
From: Mailman-Users [mailto:mailman-users-bounces+drsmith=fsu.edu at python.org] On Behalf Of Mark Sapiro
Sent: Thursday, May 21, 2015 2:06 PM
To: mailman-users at python.org
Subject: Re: [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 withlist script ;)

See <http://wiki.list.org/DOC/Mailman%20is%20not%20Listserv>


> I am sure it's some sort of mlist.usernames and then maybe using a cmd= 'wc -l' , but I cannot get it to jibe..  any help?


The number of list members is

   len(mlist.getMembers())

-- 
Mark Sapiro <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
------------------------------------------------------
Mailman-Users mailing list Mailman-Users at python.org https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: https://mail.python.org/mailman/options/mailman-users/drsmith%40fsu.edu


More information about the Mailman-Users mailing list