Tom Browder writes:

 > I've tried:

 >   $ ./add_member -r - listname     [email protected]
 > 
 > and
 > 
 >   $ ./add_member -r - listname     < [email protected]
 > 
 > but neither works.  I just get the command's help output.
 > 
 > I am in the bin dir with the script and I'm a member of the list group.

echo [email protected] | ./add_member -r - mailman

works for me.  (Tip: If I don't have a test list handy, I use the
mailman list.)
_______________________________________________
Mailman-Developers mailing list
[email protected]
http://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to