Obtaining Membership List

I first need to say I am not a professional tech person. But Mailman version 2.1.15 comes with my site, so I've been running it for my Adult Education Association.
Now, our Pres would like to get the listing of the membership and I don't know any quick or easy way of obtaining the list of 330 subscribers for her.
Could someone explain how I can get the subscribers' list.
Would gratefully appreciate it.
Cheers,
Bill McQueen in Toronto
William McQueen, Coordinator Electronic Information Canadian Association for the Study of Adult Education Association Canadienne pour l' Étude de l' Éducation des Adultes william.mcqueen@alumni.utoronto.ca

On 3/11/2013 3:03 PM, William McQueen wrote:
If you have access to the command line there is nothing easier. Using my system as an example (you will need to know where mailman was installed):
$ /usr/lib/mailman/bin/list_members listname
will get an alphabetized list by email address
$ /usr/lib/mailman/bin/list_members -f listname
will get a list including the full name (if it exists) for each subscriber. Given the size of your list you'll probably want to capture to a file so:
$ /usr/lib/mailman/bin/list_members listname > ~/list_subscribers.txt
will put the output in a file called list_subscribers.txt in your home directory. Then it's just a matter of using ftp (or whatever mechanism you usually use) to get the file to your local computer.
I'm not aware of any easy way to do this from the web interface. Perhaps someone else can help with that.
Steve

Dear Bill,
Actually it is easy to get that information. Send an email to
<listname>-request@<xxx.xxx>
In the body of the email type
Who <list password>
You will get an email back that contains all those email address you have subscribed to the list.
Make sure under privacy options, you have the
Who can view subscription list? Administrator checked off and make sure you're an administrator.
Hope this helps.
Brian Canty Manager, Computer Information Services American Psychoanalytic Association (212) 752-0450 x17
www.apsa.org
-----Original Message----- From: Mailman-Users [mailto:mailman-users-bounces+bcanty=apsa.org@python.org] On Behalf Of William McQueen Sent: Monday, March 11, 2013 5:04 PM To: mailman-users@python.org Subject: [Mailman-Users] Obtaining Membership List
I first need to say I am not a professional tech person. But Mailman version 2.1.15 comes with my site, so I've been running it for my Adult Education Association.
Now, our Pres would like to get the listing of the membership and I don't know any quick or easy way of obtaining the list of 330 subscribers for her.
Could someone explain how I can get the subscribers' list.
Would gratefully appreciate it.
Cheers,
Bill McQueen in Toronto
William McQueen, Coordinator Electronic Information Canadian Association for the Study of Adult Education Association Canadienne pour l' Étude de l' Éducation des Adultes william.mcqueen@alumni.utoronto.ca
Mailman-Users mailing list Mailman-Users@python.org http://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: http://mail.python.org/mailman/options/mailman-users/bcanty%40apsa.org

William McQueen wrote:
Could someone explain how I can get the subscribers' list.
See the FAQ at <http://wiki.list.org/x/aYA9>.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan

On 3/11/2013 3:03 PM, William McQueen wrote:
If you have access to the command line there is nothing easier. Using my system as an example (you will need to know where mailman was installed):
$ /usr/lib/mailman/bin/list_members listname
will get an alphabetized list by email address
$ /usr/lib/mailman/bin/list_members -f listname
will get a list including the full name (if it exists) for each subscriber. Given the size of your list you'll probably want to capture to a file so:
$ /usr/lib/mailman/bin/list_members listname > ~/list_subscribers.txt
will put the output in a file called list_subscribers.txt in your home directory. Then it's just a matter of using ftp (or whatever mechanism you usually use) to get the file to your local computer.
I'm not aware of any easy way to do this from the web interface. Perhaps someone else can help with that.
Steve

Dear Bill,
Actually it is easy to get that information. Send an email to
<listname>-request@<xxx.xxx>
In the body of the email type
Who <list password>
You will get an email back that contains all those email address you have subscribed to the list.
Make sure under privacy options, you have the
Who can view subscription list? Administrator checked off and make sure you're an administrator.
Hope this helps.
Brian Canty Manager, Computer Information Services American Psychoanalytic Association (212) 752-0450 x17
www.apsa.org
-----Original Message----- From: Mailman-Users [mailto:mailman-users-bounces+bcanty=apsa.org@python.org] On Behalf Of William McQueen Sent: Monday, March 11, 2013 5:04 PM To: mailman-users@python.org Subject: [Mailman-Users] Obtaining Membership List
I first need to say I am not a professional tech person. But Mailman version 2.1.15 comes with my site, so I've been running it for my Adult Education Association.
Now, our Pres would like to get the listing of the membership and I don't know any quick or easy way of obtaining the list of 330 subscribers for her.
Could someone explain how I can get the subscribers' list.
Would gratefully appreciate it.
Cheers,
Bill McQueen in Toronto
William McQueen, Coordinator Electronic Information Canadian Association for the Study of Adult Education Association Canadienne pour l' Étude de l' Éducation des Adultes william.mcqueen@alumni.utoronto.ca
Mailman-Users mailing list Mailman-Users@python.org http://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: http://mail.python.org/mailman/options/mailman-users/bcanty%40apsa.org

William McQueen wrote:
Could someone explain how I can get the subscribers' list.
See the FAQ at <http://wiki.list.org/x/aYA9>.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (4)
-
Brian Canty
-
Mark Sapiro
-
Steve Lindemann
-
William McQueen