diff options
| author | Barry Warsaw | 2016-04-01 16:40:39 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2016-04-01 16:40:39 -0400 |
| commit | b87447ffe4a20793e22884a99a7f9afe3a803004 (patch) | |
| tree | 332b20714199bc83a9b2d592682e287866ed9a1d /src/mailman/chains/hold.py | |
| parent | f7e9e4698bdd4cee39c9eb485296cbbfa32369a9 (diff) | |
| download | mailman-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.py | 8 |
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 |
