On Oct 12, 2002 at 15:00, Charles E Campbell wrote: > I cd into the mailman/bin directory as root and run . newlist >useraddress password. However the program spits out the help information >and the line that says you can use any number of arguments and you will be >prompted for the rest. BTW non of the other scripts in bin work either.
>Then I get what looks like a list of commands that can't be found ::spit-take:: You are doing this: $ . newlist useraddress password which says, run newlist with the default shell as the script interpreter. You want to do this: $ ./newlist useraddress password -- Satya. <URL:http://satya.virtualave.net/> ISDN: It Still Does Nothing ------------------------------------------------------ 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/