Is there a way to export the members of a list?
Mailman version 2.1.33
Thanks,
David
On 1/27/21 10:58 AM, David Doonan via Mailman-Users wrote:
Is there a way to export the members of a list?
Mailman version 2.1.33
This is what I have in our knowledgebase:
List administrators/moderators can now receive a backup of their membership roster via e-mail by using the ‘who’ command. Here are the instructions on how to do this:
listname and your listdomain.com with your own list specific information)
substitute ‘password’ with your list administrator or moderator password.
The mailman server will reply to the who command with a break down of your membership roster between regular (non-digest members) members and digest members. It will even include their full name if it was added previously to the roster.
Thanks Brian!
David
On Jan 27, 2021, at 11:02 AM, Brian Carpenter brian_carpenter@emwd.com wrote:
This is what I have in our knowledgebase:
List administrators/moderators can now receive a backup of their membership roster via e-mail by using the ‘who’ command. Here are the instructions on how to do this:
Send an e-mail to listname-request@yourlistdomain.com mailto:listname-request@yourlistdomain.com. (Replace the listname and your listdomain.com http://listdomain.com/ with your own list specific information)
In the subject line, type “who password”. Do not add the quotes, and substitute ‘password’ with your list administrator or moderator password.
The mailman server will reply to the who command with a break down of your membership roster between regular (non-digest members) members and digest members. It will even include their full name if it was added previously to the roster.
--
Brian Carpenter Harmonylists.com http://harmonylists.com/ Emwd.com http://emwd.com/
On 1/27/21 8:21 AM, Carl Zwanzig wrote:
On 1/27/2021 7:58 AM, David Doonan via Mailman-Users wrote:
Is there a way to export the members of a list?
the bin/list_members script in the mailman directory; needs shell access
And you can do this without shell access by screen scraping the admin GUI with the script at https://www.msapiro.net/scripts/mailman-subscribers.py which runs under Python on your workstation or if you prefer Python 3, https://www.msapiro.net/scripts/mailman-subscribers3.py. These scripts are mirrored at https://fog.ccsf.edu/~msapiro/scripts/.