diff options
| author | bwarsaw | 1999-04-16 02:27:03 +0000 |
|---|---|---|
| committer | bwarsaw | 1999-04-16 02:27:03 +0000 |
| commit | dd837c94d95dddcdb7771f341a84efb69de98c9e (patch) | |
| tree | 42794d6bdefda6aac835315c9c9900a3de7654a8 | |
| parent | 007f0df480ee9ccbab0c7d948757f88b83c3460d (diff) | |
| download | mailman-dd837c94d95dddcdb7771f341a84efb69de98c9e.tar.gz mailman-dd837c94d95dddcdb7771f341a84efb69de98c9e.tar.zst mailman-dd837c94d95dddcdb7771f341a84efb69de98c9e.zip | |
| -rw-r--r-- | Mailman/Errors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Errors.py b/Mailman/Errors.py index fcadfdbfb..3d1ad5181 100644 --- a/Mailman/Errors.py +++ b/Mailman/Errors.py @@ -47,12 +47,12 @@ MMPasswordsMustMatch = "MMPasswordsMustMatch" MMAlreadyDigested = "MMAlreadyDigested" MMAlreadyUndigested = "MMAlreadyUndigested" MMBadRequestId = "MMBadRequestId" +MMLoopingPost = "Post already went through this list!" 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!" # XXX: This should be converted to templates/*.txt style MESSAGE_DECORATION_NOTE = """This text can include <b>%(field)s</b> format |
