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/archive%40jab.org

Reply via email to