Ki Song wrote: >I just wanted to confirm this command would output, to a text file, >export_filename, the email addresses that are current subscribers to list >listname ... I don't want to export addresses that are unsubscribed, hidden, >nomail, etc. > >./list_members -o export_filename -r listname
That will list only regular as opposed to digest members, but it will list 'hidden' and nomail members. If you omit the -r, it will list all members. if you add '-n enabled' it will not list anyone with delivery disabled. There is no way to tell list_members to not list 'hidden' members. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
