From 46d51f3f1b7b241b079b0377d99f969f2fe1373f Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Sun, 26 Jul 2009 21:23:02 -0400 Subject: Move BadDomainSpecificationError to domain.txt interface. Try to set this to return an HTTP 400 error, though it does not seem to work. Expose list creation through the API. --- src/mailman/core/errors.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mailman/core/errors.py') diff --git a/src/mailman/core/errors.py b/src/mailman/core/errors.py index 9b053301c..f320dc9d2 100644 --- a/src/mailman/core/errors.py +++ b/src/mailman/core/errors.py @@ -23,7 +23,6 @@ __metaclass__ = type __all__ = [ 'AlreadyReceivingDigests', 'AlreadyReceivingRegularDeliveries', - 'BadDomainSpecificationError', 'BadPasswordSchemeError', 'CantDigestError', 'DiscardMessage', @@ -72,9 +71,6 @@ class MailmanError(MailmanException): """Base class for all Mailman errors.""" pass -class BadDomainSpecificationError(MailmanError): - """The specification of a virtual domain is invalid or duplicated.""" - # Exception hierarchy for bad email address errors that can be raised from -- cgit v1.2.3-70-g09d2