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              (850)644-2591
Information Technology Services             Florida State University


-----Original Message-----
From: Mailman-Users [mailto:mailman-users-bounces+drsmith=fsu....@python.org] 
On Behalf Of Mark Sapiro
Sent: Thursday, May 21, 2015 2:06 PM
To: mailman-users@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 <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
------------------------------------------------------
Mailman-Users mailing list Mailman-Users@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
------------------------------------------------------
Mailman-Users mailing list Mailman-Users@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/archive%40jab.org

Reply via email to