aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Mailman/Utils.py4
-rw-r--r--NEWS4
2 files changed, 6 insertions, 2 deletions
diff --git a/Mailman/Utils.py b/Mailman/Utils.py
index d5babc14..847e450e 100644
--- a/Mailman/Utils.py
+++ b/Mailman/Utils.py
@@ -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 @@ ADMINDATA = {
'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,
diff --git a/NEWS b/NEWS
index 4284ecc5..3e297cf4 100644
--- a/NEWS
+++ b/NEWS
@@ -38,6 +38,10 @@ Here is a history of user visible changes to Mailman.
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.