[Mailman-Users] Export all subsribers

Mark Sapiro mark at msapiro.net
Mon Jun 9 23:06:34 CEST 2014


On 06/09/2014 01:16 PM, EyeLand wrote:
> 
> url http://vps1.ournet.biz/cgi-bin/mailman/listinfo/mailman
> email mailman at vps1.ournet.biz
> control panel ISPConfig https://vps1.ournet.biz:8080/
> 
> now I want only to export all emails (10 000) to txt file from that mailman list


First, do

list_members --help

to see what all the options are, or based on your earlier reported
'locate' results you could do

man list_members

Then you may want something like

list_members mailman > /path/to/output/file

if you only want email addresses or maybe

list_members mailman -f > /path/to/output/file

if you want the member's names if available.

-- 
Mark Sapiro <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan


More information about the Mailman-Users mailing list