Dear Mr. Shapiro, I just wanted to let you know how I resolved it. Thanks again for your help.
#!/bin/sh list=`cat $1` for user in $list do echo $user ./newlist -q $user [EMAIL PROTECTED] password done From: [EMAIL PROTECTED] Subject: Re: [Mailman-Users] create multiple lists Date: March 29, 2006 5:22:54 PM PST To: [EMAIL PROTECTED], mailman-users@python.org Carconni wrote: Were moving to mailman and I need to create over 250 "lists". All the lists will have the same owner and and the same password. Is there anyway to automate this? I can set up a script to loop through a test file but how can I set the owner_mail = args[1] and listpasswd = args[2] to a default value? See bin/newlist --help -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org 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/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp