------------------------------------------------------------ revno: 1165 committer: Mark Sapiro <msap...@value.net> branch nick: 2.2 timestamp: Mon 2011-04-25 19:07:57 -0700 message: Don't redefine existing authentication contexts. modified: Mailman/Defaults.py.in
-- lp:mailman/2.2 https://code.launchpad.net/~mailman-coders/mailman/2.2 Your team Mailman Checkins is subscribed to branch lp:mailman/2.2. To unsubscribe from this branch go to https://code.launchpad.net/~mailman-coders/mailman/2.2/+edit-subscription
=== modified file 'Mailman/Defaults.py.in' --- Mailman/Defaults.py.in 2011-04-25 23:51:10 +0000 +++ Mailman/Defaults.py.in 2011-04-26 02:07:57 +0000 @@ -1399,8 +1399,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