How to export Mailman list subscribers?

Posted on the August 27th, 2008 under Server Admin Tips by Stephen

To export Mailman mailing list subscribers including the subscribers names to a text file: via ssh shell, execute this command. Remember to change “exported_file” and “list_name”.

/usr/local/cpanel/3rdparty/mailman/bin/list_members -f -o exported_file list_name

Where:
exported_file: the name of the file you would like to store the subscribers
list_name: the name of the mailman mailing list

That is it :D


Share this page:
  • Facebook
  • Twitter
  • StumbleUpon
  • Slashdot
  • Digg
  • del.icio.us
  • Google Bookmarks
  • Live
  • MySpace
  • Technorati
  • LinkedIn
  • Reddit
Related Posts:
  1. PCI compliance, how to resolve “Weak Supported SSL Ciphers Suites”?

Leave a Comment