On 06/09/2014 01:16 PM, EyeLand wrote:
> 
> url http://vps1.ournet.biz/cgi-bin/mailman/listinfo/mailman
> email mail...@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 <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to