summaryrefslogtreecommitdiff
path: root/Mailman/Errors.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/Errors.py')
-rw-r--r--Mailman/Errors.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Mailman/Errors.py b/Mailman/Errors.py
index 224d4c4bb..5cdfc1b88 100644
--- a/Mailman/Errors.py
+++ b/Mailman/Errors.py
@@ -32,13 +32,14 @@ MMListNotReady = "MMListNotReady"
MMNoSuchUserError = "MMNoSuchUserError"
MMBadPasswordError = "MMBadPasswordError"
MMNeedApproval = "MMNeedApproval"
+MMSubscribeNeedsConfirmation = "MMSubscribeNeedsConfirmation"
+MMBadConfirmation = "MMBadConfirmation"
MMHostileAddress = "MMHostileAddress"
MMAlreadyAMember = "MMAlreadyAMember"
MMPasswordsMustMatch = "MMPasswordsMustMatch"
MMAlreadyDigested = "MMAlreadyDigested"
MMAlreadyUndigested = "MMAlreadyUndigested"
MMBadRequestId = "MMBadRequestId"
-MMWebSubscribeRequiresConfirmation = "MMWebSubscribeRequiresConfirmation"
MODERATED_LIST_MSG = "Moderated list"
IMPLICIT_DEST_MSG = "Implicit destination"