At 5:29 PM -0700 2004-06-14, Robin Rowe wrote:
If this is in a FAQ somewhere that explains this please just point me to it.
The FAQ entry on this subject is at <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.004.htp>.
However, reading this entry, I see that it needs work.
I have a mailman list that I want to move to a different ISP. To do a mass subscribe at the new list I can simply use a text list of addresses, but how do I extract that info out of the old mailman list as a text file?
Two ways:
1. If you have access to the command line prompt on the server
where the list is located, you can use the command list_members
(see <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.009.htp>).
2. Depending on the permissions set for the list, you can use
the e-mail admin interface. The FAQ entry at <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.025.htp>
has useful information in this area.
-- Brad Knowles, <[EMAIL PROTECTED]>
"They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety."
-Benjamin Franklin, Historical Review of Pennsylvania.SAGE member since 1995. See <http://www.sage.org/> for more info.
------------------------------------------------------ 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/
