aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman
diff options
context:
space:
mode:
authorMark Sapiro <msapiro@value.net>2011-03-21 13:40:40 -0700
committerMark Sapiro <msapiro@value.net>2011-03-21 13:40:40 -0700
commit07a595eea998d7b71f74ae6b5acf3d3870a5cd31 (patch)
tree64bcee6b4a92c0b419157e9e3e3d6c428a296be9 /Mailman
parent8e61b45661ef34d49e8a92494d2c1c9c63171fa7 (diff)
downloadmailman2-07a595eea998d7b71f74ae6b5acf3d3870a5cd31.tar.gz
mailman2-07a595eea998d7b71f74ae6b5acf3d3870a5cd31.tar.xz
mailman2-07a595eea998d7b71f74ae6b5acf3d3870a5cd31.zip
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.
Diffstat (limited to 'Mailman')
-rw-r--r--Mailman/Utils.py4
1 files changed, 2 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,