25 Jul
2006
25 Jul
'06
1:34 p.m.
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