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

2003-08-14 Thread ed . franckowiak
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
[EMAIL PROTECTED]

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


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

2003-08-12 Thread John Locke
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
[EMAIL PROTECTED] 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
[EMAIL PROTECTED]
 



--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org