What Brad said is correct. You will find the answer to your question 
in the /bin directory. You should read the find_member file for how 
to locate the members that are subscribed to what list and read the 
add_members and remove_members files to help you construct a command.

A simple example for mass adding regular subscribers to a list from a 
text file is:

      bin/add_members -r /path/to/textfile -w n -a n listname

A simple example for mass removing subscribers using a text file:

      bin/remove_members -f /path/to/textfile -n -N listname


--Catherine

At 04:41 AM 7/25/2006, Eric Oye wrote:
>i know about that command, but it cant help to add or remove the email i
>written in the text file. Do you have any idea or any command that can
>retreive those email address i store at the text file and do adding n
>removing on mailman? Thanks a lot

------------------------------------------------------
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

Reply via email to