aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Utils.py
diff options
context:
space:
mode:
authorMark Sapiro <msapiro@value.net>2007-07-17 10:59:14 -0700
committerMark Sapiro <msapiro@value.net>2007-07-17 10:59:14 -0700
commit9c3b3a39505b01e74eb013958355c81192f41b45 (patch)
tree087406c788c36e6b9f2f57d0d86e9d61442215db /Mailman/Utils.py
parent2f5393919571da9f8d97e68b170a386d4738e4a5 (diff)
downloadmailman2-9c3b3a39505b01e74eb013958355c81192f41b45.tar.gz
mailman2-9c3b3a39505b01e74eb013958355c81192f41b45.tar.xz
mailman2-9c3b3a39505b01e74eb013958355c81192f41b45.zip
Detect 'who' with 1 or 2 arguments as administrivia.
Diffstat (limited to 'Mailman/Utils.py')
-rw-r--r--Mailman/Utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/Utils.py b/Mailman/Utils.py
index 10a589fd..a3badf47 100644
--- a/Mailman/Utils.py
+++ b/Mailman/Utils.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2006 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2007 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
@@ -574,7 +574,7 @@ ADMINDATA = {
'set': (3, 3),
'subscribe': (0, 3),
'unsubscribe': (0, 1),
- 'who': (0, 0),
+ 'who': (0, 2),
}
# Given a Message.Message object, test for administrivia (eg subscribe,