[ mailman-Patches-1164457 ] Allow site-wide disabling of list admin options

SourceForge.net noreply at sourceforge.net
Wed Mar 16 14:17:06 CET 2005


Patches item #1164457, was opened at 2005-03-16 13:17
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=1164457&group_id=103

Category: list administration
Group: Mailman 2.1
Status: Open
Resolution: None
Priority: 5
Submitted By: Matthew Newton (mcnewton)
Assigned to: Nobody/Anonymous (nobody)
Summary: Allow site-wide disabling of list admin options

Initial Comment:
If a large institution installs Mailman, it may want
control over which options the list administrators can
change. For instance, in our setup, the list admin
should not be able to make someone else the
administrator without getting permission.

This patch adds a new configuration option in mm_cfg
called SITE_HIDE_LIST_OPTIONS. This is a list of all
list configuration options that will be hidden from the
list owner in the admin pages.

An example to do the above would be to add to mm_cfg.py
the following:

SITE_HIDE_LIST_OPTIONS = ['owner']

The patch modifies the list of options that is returned
from gui.GetConfigInfo in MailList.py. Any items in
SITE_HIDE_LIST_OPTIONS are removed.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=300103&aid=1164457&group_id=103


More information about the Mailman-coders mailing list