[Mailman-Users] remove_members --fromall -f

Xiaoyan Ma xma at uclink.berkeley.edu
Thu Dec 1 21:22:27 CET 2005


On Thu, 1 Dec 2005 11:15:35 -0800
  Mark Sapiro <msapiro at value.net> wrote:
> Xiaoyan Ma wrote:
>>
>>But I am having trouble with
>>
>>../bin/remove_members --fromall -f /tmp/class04
> 
> 
> What specific trouble?
> 
I can feed one address at a time:
[xma at localhost bin]$ sudo ./remove_members --fromall "test at test.com"
User `test at test.com' removed from list: testlist.
User `test at test.com' removed from list: testlista.

but when running with -f I was warning with Usage options to remove members from a list:

[xma at localhost bin]$ sudo ./remove_members --fromall -f /home/xma/removetest.txt
Remove members from a list.

Usage:
     remove_members [options] [listname] [addr1 ...]

Options:

...

Or
[xma at localhost bin]$ sudo ./remove_members -f /home/xma/removetest.txt --fromall
Remove members from a list.

Usage:
     remove_members [options] [listname] [addr1 ...]

Options:
.....

Here is the content of the removetest.txt:

testing at Berkeley.edu
xmatest at yahoo.com
test at test.com

I have also tried:

"testing at Berkeley.edu"
"xmatest at yahoo.com"
"test at test.com"

Thanks.
Xiaoyan



More information about the Mailman-Users mailing list