summaryrefslogtreecommitdiff
path: root/Mailman/Errors.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/Errors.py')
-rw-r--r--Mailman/Errors.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/Mailman/Errors.py b/Mailman/Errors.py
index 981604604..07f0f2eb7 100644
--- a/Mailman/Errors.py
+++ b/Mailman/Errors.py
@@ -53,8 +53,10 @@ MMBadConfirmation = "MMBadConfirmation"
MMAlreadyAMember = "MMAlreadyAMember"
MMAlreadyDigested = "MMAlreadyDigested"
MMAlreadyUndigested = "MMAlreadyUndigested"
-MMBadRequestId = "MMBadRequestId"
-MMLoopingPost = "Post already went through this list!"
+
+class MMLoopingPost:
+ """Post already went through this list!"""
+ pass
MODERATED_LIST_MSG = "Moderated list"
IMPLICIT_DEST_MSG = "Implicit destination"