[whoops, meant to send to the whole list] def roster_privatize(mlist): mlist.private_roster = 1 m.Save() m.Unlock()
Put that into your mailman/bin/roster_privatize.py and then run withlist -a -l -r roster_privatize Yeah I haven't tested that code but that's the rough idea. Take a look at setting mm_cfg.DEFAULT_PRIVATE_ROSTER also. Thien On Thu, 10 Feb 2005 19:08:51 +0100, Brad Knowles <[EMAIL PROTECTED]> wrote: > At 11:40 AM -0500 2005-02-10, Tobias Eigen wrote: > > > Is there a way to change the setting to restrict access to the roster for > > all lists, globally? > > That should be possible to do using "withlist". However, I don't > know the specifics of how to do that. > > -- > Brad Knowles, <[EMAIL PROTECTED]> > > "Those who would give up essential Liberty, to purchase a little > temporary Safety, deserve neither Liberty nor Safety." > > -- Benjamin Franklin (1706-1790), reply of the Pennsylvania > Assembly to the Governor, November 11, 1755 > > SAGE member since 1995. See <http://www.sage.org/> for more info. > _______________________________________________ > Mailman-Developers mailing list > [email protected] > http://mail.python.org/mailman/listinfo/mailman-developers > 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-developers/thien.vu%40gmail.com > _______________________________________________ Mailman-Developers mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-developers 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-developers/archive%40jab.org
