From 992b7b41b348fba00dc2ac05feee3307cc9dd979 Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Sun, 6 Jan 2002 04:20:56 +0000 Subject: New error class MembershipIsBanned; used in support of the new banned subscription address feature. --- Mailman/Errors.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Mailman') diff --git a/Mailman/Errors.py b/Mailman/Errors.py index ba2e5184c..e68d499a7 100644 --- a/Mailman/Errors.py +++ b/Mailman/Errors.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998,1999,2000,2001 by the Free Software Foundation, Inc. +# Copyright (C) 1998,1999,2000,2001,2002 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 @@ -39,6 +39,7 @@ class AlreadyReceivingDigests(MemberError): pass class AlreadyReceivingRegularDeliveries(MemberError): pass class CantDigestError(MemberError): pass class MustDigestError(MemberError): pass +class MembershipIsBanned(MemberError): pass # Exception hierarchy for various authentication failures, can be # raised from functions in SecurityManager.py -- cgit v1.2.3-70-g09d2