On Thu, Jul 08, 2004 at 02:47:14PM -0500, Young, Darren wrote:
> Under Mailman 2.0 is there a way to disable archives for all the lists?
> 800 lists on the systems and I don't really feel like going in to all
> the web pages... 
> 
> Same question on a 2.1 installation as well.

Create noarchive.py:

def noarchive(m):
    m.archive = 0
    m.Save()

And then use a shell script to do:
$ bin/withlist -l -r noarchive mylist
substituting the list names where the 'mylist' placeholder is
in the example.

-- 
Jim Tittsler             http://www.OnJapan.net/      GPG: 0x01159DB6
Python Starship          http://Starship.Python.net/
Ringo MUG Tokyo          http://www.ringo.net/rss.html

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

Reply via email to