[Mailman-Developers] Using Mailman scripts from cgi

Stephen J. Turnbull stephen at xemacs.org
Tue Apr 30 18:07:48 CEST 2013


Tom Browder writes:

 > I've tried:

 >   $ ./add_member -r - listname     joe at test.org
 > 
 > and
 > 
 >   $ ./add_member -r - listname     < joe at test.org
 > 
 > 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 joe at test.org | ./add_member -r - mailman

works for me.  (Tip: If I don't have a test list handy, I use the
mailman list.)


More information about the Mailman-Developers mailing list