------------------------------------------------------------ revno: 1298 committer: Mark Sapiro <msap...@value.net> branch nick: 2.1 timestamp: Mon 2011-04-25 19:10:06 -0700 message: Don't redefine existing authentication contexts. modified: Mailman/Defaults.py.in
-- lp:mailman/2.1 https://code.launchpad.net/~mailman-coders/mailman/2.1 Your team Mailman Checkins is subscribed to branch lp:mailman/2.1. To unsubscribe from this branch go to https://code.launchpad.net/~mailman-coders/mailman/2.1/+edit-subscription
=== modified file 'Mailman/Defaults.py.in' --- Mailman/Defaults.py.in 2011-04-25 23:52:35 +0000 +++ Mailman/Defaults.py.in 2011-04-26 02:10:06 +0000 @@ -1394,8 +1394,8 @@ AuthCreator = 2 # List Creator / Destroyer AuthListAdmin = 3 # List Administrator (total control over list) AuthListModerator = 4 # List Moderator (can only handle held requests) -AuthListPoster = 5 # List poster (Approved: <pw> header in posts only) -AuthSiteAdmin = 6 # Site Administrator (total control over everything) +AuthSiteAdmin = 5 # Site Administrator (total control over everything) +AuthListPoster = 6 # List poster (Approved: <pw> header in posts only) # Useful directories LIST_DATA_DIR = os.path.join(VAR_PREFIX, 'lists')
_______________________________________________ Mailman-checkins mailing list Mailman-checkins@python.org Unsubscribe: http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org