diff options
author | Mark Sapiro <msapiro@value.net> | 2007-07-17 10:59:14 -0700 |
---|---|---|
committer | Mark Sapiro <msapiro@value.net> | 2007-07-17 10:59:14 -0700 |
commit | 9c3b3a39505b01e74eb013958355c81192f41b45 (patch) | |
tree | 087406c788c36e6b9f2f57d0d86e9d61442215db /Mailman/Utils.py | |
parent | 2f5393919571da9f8d97e68b170a386d4738e4a5 (diff) | |
download | mailman2-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.py | 4 |
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, |