From 9c3b3a39505b01e74eb013958355c81192f41b45 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Tue, 17 Jul 2007 10:59:14 -0700 Subject: Detect 'who' with 1 or 2 arguments as administrivia. --- Mailman/Utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Mailman/Utils.py') 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, -- cgit v1.2.3