summaryrefslogtreecommitdiff
path: root/src/mailman/pipeline
diff options
context:
space:
mode:
authorBarry Warsaw2012-03-17 13:26:05 -0400
committerBarry Warsaw2012-03-17 13:26:05 -0400
commitae15984804096db593d83740dcd4c158626eb22f (patch)
tree001465a291c829436cdbb1cc64d430342a1921bf /src/mailman/pipeline
parent8e6cca71e8b6b0e79394aaf2c1d13d7cfce41c29 (diff)
downloadmailman-ae15984804096db593d83740dcd4c158626eb22f.tar.gz
mailman-ae15984804096db593d83740dcd4c158626eb22f.tar.zst
mailman-ae15984804096db593d83740dcd4c158626eb22f.zip
Adjustments after landing the nopipermail branch.
Diffstat (limited to 'src/mailman/pipeline')
-rw-r--r--src/mailman/pipeline/mime_delete.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mailman/pipeline/mime_delete.py b/src/mailman/pipeline/mime_delete.py
index 99fdc3ede..c9c1eb408 100644
--- a/src/mailman/pipeline/mime_delete.py
+++ b/src/mailman/pipeline/mime_delete.py
@@ -64,9 +64,8 @@ def dispose(mlist, msg, msgdata, why):
raise errors.RejectMessage(why)
elif mlist.filter_action is FilterAction.forward:
# Forward it on to the list moderators.
- # FIXME 2012-03-16 BAW: Trunk uses .display_name
text=_("""\
-The attached message matched the $mlist.real_name mailing list's content
+The attached message matched the $mlist.display_name mailing list's content
filtering rules and was prevented from being forwarded on to the list
membership. You are receiving the only remaining copy of the discarded
message.