Re: [Mailman-Users] Disable archive on all lists

2004-07-09 Thread Jim Tittsler
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/


[Mailman-Users] Disable archive on all lists

2004-07-08 Thread Young, Darren

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.

Thanks,

Darren Young
Senior UNIX Administrator
University of Chicago
Graduate School of Business
[EMAIL PROTECTED]
Voice: 773-702-0331
--
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/


Re: [Mailman-Users] Disable archive on all lists

2004-07-08 Thread Jeff Barger
On Jul 8, 2004, at 3:47 PM, 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.
With 2.1.x you could use either config_list or withlist to do it. Don't 
know about 2.0.

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