On Monday 26 August 2002 11:03, Devin Atencio wrote: > I can't seem to figure out the correct syntax to add 1 e-mail address > to a list from the command line? > > /home/maiman/bin/add_members -n - -w n test [EMAIL PROTECTED] > > any help with the correct syntax?
try: echo [EMAIL PROTECTED] | bin/add_members -n - -w n test ------------------------------------------------------ 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/
