I don't know if anyone replied to you, but below is the information that I posted to the list awhile back. You need shell access to your server. You can also go into the user interface and enter your email address and password and get the whole list. Or, you can temporarily change the list so that the subscriber list can only be viewed by the administrator. Then go into the user interface, enter your list admin email address and password and you will get a list of all subscribers. You probably can then figure out a way to get it into a spreadsheet. Or, if you have shell access, you can use the /lists/bin/list_members <listname> command and write the results to file.
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 junk.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 Christopher Adams Library Systems Analyst Oregon State Library 503-378-4243 x258 [EMAIL PROTECTED] ----- Original Message ----- From: "Nick vd Kloor @ FOR-Nation" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, February 25, 2004 9:18 AM Subject: [Mailman-Users] Exporting memberlist > Hi all, > > does anyone know if there's a possibility to export your memberlist in a > file or for example excelsheet? > Or is there a way to display all your members on one page? > > > Thanx in advance, > > Nick > FOR-Nation.com > ------------------------------------------------------ > 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/chris.a.adams%40state.or.us ------------------------------------------------------ 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
