------------------------------------------------------------ revno: 1151 committer: Mark Sapiro <msap...@value.net> branch nick: 2.2 timestamp: Mon 2011-03-21 13:43:40 -0700 message: Changed the maximum number of arguments for the who command to be considered administrivia from 2 to 1 to help avoid false positives. Bug #739524. modified: Mailman/Utils.py NEWS
-- 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/Utils.py' --- Mailman/Utils.py 2010-09-09 15:28:26 +0000 +++ Mailman/Utils.py 2011-03-21 20:43:40 +0000 @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2010 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2011 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -594,7 +594,7 @@ 'set': (3, 3), 'subscribe': (0, 3), 'unsubscribe': (0, 1), - 'who': (0, 2), + 'who': (0, 1), } # Given a Message.Message object, test for administrivia (eg subscribe, === modified file 'NEWS' --- NEWS 2011-03-21 20:30:51 +0000 +++ NEWS 2011-03-21 20:43:40 +0000 @@ -108,6 +108,10 @@ Bug Fixes and other patches + - Changed the maximum number of arguments for the who command to be + considered administrivia from 2 to 1 to help avoid false positives. + Bug #739524. + - Added the list name as 'display-name' in added Sender: headers to help mitigate Outlook et al 'on behalf of' displays. Bug #736849.
_______________________________________________ Mailman-checkins mailing list Mailman-checkins@python.org Unsubscribe: http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org