Bill Moseley said on 20.10.2005 15:57:
> How would I change one setting an all lists?  For example, change a
> bounce processing setting on every list to be the same setting.

Try

for I in `bin/list_lists -b` ;\
    do bin/config_list -i configfile $I ; done

from your mailman dir after you put the option(s) into the configfile.

Cheers,
Michael

-- 
   Michael Schaarwaechter
   http://www.schaarwaechter.de
   http://www.inetbib.de
   http://www.ub.uni-dortmund.de
------------------------------------------------------
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

Reply via email to