[Mailman-Users] global change of forward_auto_discards using withlist

2004-12-15 Thread Sean

I would like to change all mly 500+ lists so that the
forward_auto_discards is set to 'No'. I assume that the best way to do
this is utilizing the 'withlist' utility. I have only used this utility
to change the URL for my lists.

Has anyone done this and could you give me some tips?

--
Christopher Adams

Run this using withlist with the -a option so it runs it on all 500+ of
your lists:

# more nonmember_discard.py
from Mailman import mm_cfg

def nonmember_discard(m):
m.forward_auto_discards = False

m.Save()
m.Unlock()

-Sean

--
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/


[Mailman-Users] global change of forward_auto_discards using withlist

2004-12-14 Thread Christopher Adams
I would like to change all mly 500+ lists so that the 
forward_auto_discards is set to 'No'. I assume that the best way to do 
this is utilizing the 'withlist' utility. I have only used this utility 
to change the URL for my lists.

Has anyone done this and could you give me some tips?
--
Christopher Adams

--
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/