Size: 1970
Comment: Added note about setting admin_member_chunksize.
|
Size: 2052
Comment: Added note about new Unhide option in mailman-subscribers.py.
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
#pragma page-filename DOC/versions/6455331 | #pragma page-filename DOC/versions/8487048 |
Line 12: | Line 12: |
* Script the above process to automate it. See <[[http://starship.python.net/crew/jwt/mailman/#throughtheweb]]> for an example. An updated version of this script is available at <[[http://www.msapiro.net/mailman-subscribers.py]]> and <[[http://fog.ccsf.edu/~msapiro/mailman-subscribers.py]]>. This revised script can extract essentially all the member flags and other member info except preferred language from the Membership List pages into a CSV format file for import to a spreadsheet. | * Script the above process to automate it. See <[[http://starship.python.net/crew/jwt/mailman/#throughtheweb]]> for an example. An updated version of this script is available at <[[http://www.msapiro.net/mailman-subscribers.py]]> and <[[http://fog.ccsf.edu/~msapiro/mailman-subscribers.py]]>. This revised script can extract essentially all the member flags and other member info except preferred language from the Membership List pages into a CSV format file for import to a spreadsheet. The revised script also has an option to reset the 'hidden' flag for all members. |
3.62. How do I extract a list of my list's members (subscribers)?
The preferred way to do this is via the command line tool bin/list_members, but many list owners do not have access to this tool.
Here are the other ways to get a membership list.
Use the email 'who' command. Send blank email with subject 'help' (without the quotes) to the <listname-request@example.com> address for more info.
Visit the roster via the listinfo page or directly at something like <http://www.example.com/mailman/roster/listname> and copy/paste/edit the result.
The above two methods have the drawback that 'hidden' members (those who have opted to be excluded from those lists) are not shown (this drawback was removed in Mailman 2.1.10 for those who authorize with a list admin/moderator password). Also, the roster shows only email addresses, not names. The 'who' result does include names.
Visit the admin Membership Management...>Membership List pages one by one and copy/paste/edit the results. (Since 2.1.10, you can set admin_member_chunksize on the General Options page to a number larger than the number of list members to see the whole Membership List on one page not recommended for large lists.)
Script the above process to automate it. See <http://starship.python.net/crew/jwt/mailman/#throughtheweb> for an example. An updated version of this script is available at <http://www.msapiro.net/mailman-subscribers.py> and <http://fog.ccsf.edu/~msapiro/mailman-subscribers.py>. This revised script can extract essentially all the member flags and other member info except preferred language from the Membership List pages into a CSV format file for import to a spreadsheet. The revised script also has an option to reset the 'hidden' flag for all members.
Last changed on Thu Dec 6 22:50:25 2007 by Mark Sapiro Converted from the Mailman FAQ Wizard
This is one of many Frequently Asked Questions.