diff options
author | Tokio Kikuchi <tkikuchi@kagome.is.kochi-u.ac.jp> | 2007-07-25 10:18:15 +0900 |
---|---|---|
committer | Tokio Kikuchi <tkikuchi@kagome.is.kochi-u.ac.jp> | 2007-07-25 10:18:15 +0900 |
commit | 22ef9f160de887fe1e4eaa53b1b0613673e3c345 (patch) | |
tree | 087406c788c36e6b9f2f57d0d86e9d61442215db /Mailman/Utils.py | |
parent | 2f5393919571da9f8d97e68b170a386d4738e4a5 (diff) | |
parent | 9c3b3a39505b01e74eb013958355c81192f41b45 (diff) | |
download | mailman2-22ef9f160de887fe1e4eaa53b1b0613673e3c345.tar.gz mailman2-22ef9f160de887fe1e4eaa53b1b0613673e3c345.tar.xz mailman2-22ef9f160de887fe1e4eaa53b1b0613673e3c345.zip |
merge from mailman-coders
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, |