[Mailman-Users] how can I get a list of all members of my maillist

John Locke mail at freelock.com
Sun Aug 10 17:12:03 CEST 2003


1. Use the command line:

list_members <listname>

You can also use the shell to put this in a file for you:

list_members my_list >  my_list_members.txt
 
2. If your list is small, edit Mailman/mm_cfg.py, adding a line that 
sets the chunksize (the number of list members to show on that page) to 
a number bigger than the number of subscribers (this affects all lists 
on the Mailman installation):

DEFAULT_ADMIN_MEMBER_CHUNKSIZE = 200


Cheers,
John Locke

ed.franckowiak at comcast.net wrote:

>Folks,
>I using mailman 2.1.2. How can I get a list of all members of my maillist?
>I wnat to be able to cut and paste the list and put it in an email or another 
>document. But I can only see it a few members at a time.
>Thanks,
>Ed Franckowiak
>edward at franckowiak.com
>  
>






More information about the Mailman-Users mailing list