[Mailman-Users] Disable archive on all lists

Jim Tittsler jwt at OnJapan.net
Fri Jul 9 08:01:07 CEST 2004


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




More information about the Mailman-Users mailing list