summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorklm1998-04-27 20:14:03 +0000
committerklm1998-04-27 20:14:03 +0000
commit28623db8880b07acec40b3dcdc37c9beab55fbd5 (patch)
treee761fc2627edc76e9ea15976b0b274b0c57d7134
parent555cccfd12d61fc97218f603b2048844b08d15e9 (diff)
downloadmailman-28623db8880b07acec40b3dcdc37c9beab55fbd5.tar.gz
mailman-28623db8880b07acec40b3dcdc37c9beab55fbd5.tar.zst
mailman-28623db8880b07acec40b3dcdc37c9beab55fbd5.zip
-rw-r--r--Mailman/Errors.py3
-rw-r--r--modules/mm_err.py3
2 files changed, 4 insertions, 2 deletions
diff --git a/Mailman/Errors.py b/Mailman/Errors.py
index 4481b9ab2..1f8ded433 100644
--- a/Mailman/Errors.py
+++ b/Mailman/Errors.py
@@ -1,6 +1,6 @@
"""Shared mailman errors and messages."""
-__version__ = "$Revision: 466 $"
+__version__ = "$Revision: 477 $"
MMUnknownListError = "MMUnknownListError"
@@ -28,6 +28,7 @@ MODERATED_LIST_MSG = "Moderated list"
IMPLICIT_DEST_MSG = "Implicit destination"
SUSPICIOUS_HEADER_MSG = "Suspicious header"
FORBIDDEN_SENDER_MSG = "Forbidden sender"
+LOOPING_POST = "Post already went through this list!"
MESSAGE_DECORATION_NOTE = """This text can include <b>%(field)s</b> format
strings which are resolved against the list's attribute dictionary (__dict__).
diff --git a/modules/mm_err.py b/modules/mm_err.py
index 4481b9ab2..1f8ded433 100644
--- a/modules/mm_err.py
+++ b/modules/mm_err.py
@@ -1,6 +1,6 @@
"""Shared mailman errors and messages."""
-__version__ = "$Revision: 466 $"
+__version__ = "$Revision: 477 $"
MMUnknownListError = "MMUnknownListError"
@@ -28,6 +28,7 @@ MODERATED_LIST_MSG = "Moderated list"
IMPLICIT_DEST_MSG = "Implicit destination"
SUSPICIOUS_HEADER_MSG = "Suspicious header"
FORBIDDEN_SENDER_MSG = "Forbidden sender"
+LOOPING_POST = "Post already went through this list!"
MESSAGE_DECORATION_NOTE = """This text can include <b>%(field)s</b> format
strings which are resolved against the list's attribute dictionary (__dict__).