summaryrefslogtreecommitdiff
path: root/src/mailman/chains/hold.py
diff options
context:
space:
mode:
authorBarry Warsaw2016-04-01 16:40:39 -0400
committerBarry Warsaw2016-04-01 16:40:39 -0400
commitb87447ffe4a20793e22884a99a7f9afe3a803004 (patch)
tree332b20714199bc83a9b2d592682e287866ed9a1d /src/mailman/chains/hold.py
parentf7e9e4698bdd4cee39c9eb485296cbbfa32369a9 (diff)
downloadmailman-b87447ffe4a20793e22884a99a7f9afe3a803004.tar.gz
mailman-b87447ffe4a20793e22884a99a7f9afe3a803004.tar.zst
mailman-b87447ffe4a20793e22884a99a7f9afe3a803004.zip
Diffstat (limited to 'src/mailman/chains/hold.py')
-rw-r--r--src/mailman/chains/hold.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mailman/chains/hold.py b/src/mailman/chains/hold.py
index 329bbc71b..3a8284a78 100644
--- a/src/mailman/chains/hold.py
+++ b/src/mailman/chains/hold.py
@@ -163,10 +163,10 @@ class HoldChain(TerminalChainBase):
bytes_subject = oneline_subject.encode(charset, 'replace')
original_subject = bytes_subject.decode(charset)
substitutions = dict(
- listname = mlist.fqdn_listname, # flake8: noqa
- subject = original_subject, # flake8: noqa
- sender = msg.sender, # flake8: noqa
- reasons = _compose_reasons(msgdata), # flake8: noqa
+ listname = mlist.fqdn_listname, # noqa
+ subject = original_subject, # noqa
+ sender = msg.sender, # noqa
+ reasons = _compose_reasons(msgdata), # noqa
)
# At this point the message is held, but now we have to craft at least
# two responses. The first will go to the original author of the