summaryrefslogtreecommitdiff
path: root/src/mailman/chains
diff options
context:
space:
mode:
authorAbhilash Raj2016-07-26 16:29:36 -0700
committerBarry Warsaw2016-07-28 22:09:35 -0400
commit86b25ba2e3bac0e034235d322c7c77080d737833 (patch)
tree1b17e7928a57c8577fbd6344fcb88edaa24aa38d /src/mailman/chains
parent2cbd8d0fb80d7b4c01592889fe4419b3cda4a22c (diff)
downloadmailman-86b25ba2e3bac0e034235d322c7c77080d737833.tar.gz
mailman-86b25ba2e3bac0e034235d322c7c77080d737833.tar.zst
mailman-86b25ba2e3bac0e034235d322c7c77080d737833.zip
Diffstat (limited to 'src/mailman/chains')
-rw-r--r--src/mailman/chains/reject.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/chains/reject.py b/src/mailman/chains/reject.py
index 934b83b3d..6711538b7 100644
--- a/src/mailman/chains/reject.py
+++ b/src/mailman/chains/reject.py
@@ -66,7 +66,7 @@ The original message as received by Mailman is attached.
""").format(
list_name=mlist.display_name, # noqa
reasons=NEWLINE.join(reasons) # noqa
- ))
+ )) # noqa
bounce_message(mlist, msg, error)
log.info('REJECT: %s', msg.get('message-id', 'n/a'))
notify(RejectEvent(mlist, msg, msgdata, self))