• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

export mailman lists

M

modom

Guest
Hi,

Is it possible to export a mailman list of email addresses?

If so, how would you do it?

Thanks!
 
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.
 
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.
 
Hi,

Do I type this in at root?
~mailman/bin/list_members MAILLISTNAME

I got it! Thanks!
 
yep it executes the list_members file that is in the mailman home directories bin folder.
 
Can you tell me how I could copy this whole list?

I used the | less command but still copying one page at a time.
 
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
 
Thank you so much!

I just tried this and it worked great and certainly saved me a bunch of time.
 
Back
Top