There are a couple of ways to get your complete list of subscribers.

1- Use the Membership Management/Membership list on the admin page

If you have shell access, here is the process to make your admin interface membership
management/membership list display more than the default number of
subscribers.


cd /lists/bin
 ./config_list -o list_name.txt list_name

 Edit list_name.txt and add the following:
 # Increase viewable member list in Admin interface
 admin_member_chunksize = 100  (note: you can make this number whatever you
want, depending on the number of subscribers)

 ./config_list -i list_name.txt list_name
 rm list_name.txt

2- As a user, enter your password and email address on the list information page.

3- Temporarily, change who can view the list of subscribers (done on the admin page) to 'administrator only' and then do #1 above and enter your admin password.

4- If you have shell access, you can
use the /lists/bin/list_members <listname> command and write the results to
file.



Jamie L. Penman-Smithson wrote:

On Wed, 2004-03-24 at 14:07, Jeff Donovan wrote:


greetings
How can i view the list subscription and or dump it to a text file?
I need to see everyone at once.



You can view the list of subscribers (and search it) using the web interface, under Membership Management.

It doesn't yet let you export the list from the web, but if you have
shell access you can use list_members [listname].

HTH



------------------------------------------------------------------------

------------------------------------------------------
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/


-- Christopher Adams Library Systems Analyst Oregon State Library 503-378-4243 258 [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/

Reply via email to