diff options
Diffstat (limited to 'Mailman')
-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, |