M modom Guest Dec 29, 2005 #1 Hi, Is it possible to export a mailman list of email addresses? If so, how would you do it? Thanks!
E eWebtricity Guest Dec 30, 2005 #2 I googled for the answer but came up short, you might jump on the Mailman support mailing list and ask your question directly to the community.
I googled for the answer but came up short, you might jump on the Mailman support mailing list and ask your question directly to the community.
M mikk Basic Pleskian Dec 30, 2005 #3 You can get a list of the addresses fairly easy: ~mailman/bin/list_members MAILLISTNAME where maillist name is the name of the mailing list that you want the list of email addresses for.
You can get a list of the addresses fairly easy: ~mailman/bin/list_members MAILLISTNAME where maillist name is the name of the mailing list that you want the list of email addresses for.
M modom Guest Dec 30, 2005 #4 Hi, Do I type this in at root? ~mailman/bin/list_members MAILLISTNAME I got it! Thanks!
M mikk Basic Pleskian Dec 30, 2005 #5 yep it executes the list_members file that is in the mailman home directories bin folder.
M modom Guest Dec 30, 2005 #6 Can you tell me how I could copy this whole list? I used the | less command but still copying one page at a time.
Can you tell me how I could copy this whole list? I used the | less command but still copying one page at a time.
M mikk Basic Pleskian Dec 30, 2005 #7 Easy way is to tell it to write to a file ~mailman/bin/list_members -o EMAILS.TXT MAILLISTNAME Then you can simply download it to your main computer or similar using an scp/ftp client so that you can access it from any text editor
Easy way is to tell it to write to a file ~mailman/bin/list_members -o EMAILS.TXT MAILLISTNAME Then you can simply download it to your main computer or similar using an scp/ftp client so that you can access it from any text editor
M modom Guest Dec 30, 2005 #8 Thank you so much! I just tried this and it worked great and certainly saved me a bunch of time.