------------------------------------------------------------
revno: 1284
committer: Mark Sapiro <[email protected]>
branch nick: 2.1
timestamp: Mon 2011-03-21 13:40: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.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/Utils.py'
--- Mailman/Utils.py 2010-09-09 15:16:57 +0000
+++ Mailman/Utils.py 2011-03-21 20:40: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
@@ -593,7 +593,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:27:19 +0000
+++ NEWS 2011-03-21 20:40:40 +0000
@@ -38,6 +38,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
[email protected]
Unsubscribe:
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org