summaryrefslogtreecommitdiff
path: root/src/mailman/chains/hold.py
diff options
context:
space:
mode:
authorTom Briles2016-07-28 09:51:47 -0700
committerBarry Warsaw2016-10-31 20:05:27 -0400
commit7a584735bd890a736ea2f27d0f488177b52d90b0 (patch)
tree215e236dedcd2c23b9679f43be4a9a1065932988 /src/mailman/chains/hold.py
parent366dc6517716b7c77c4b7a76559b1b6b5996fc8e (diff)
downloadmailman-7a584735bd890a736ea2f27d0f488177b52d90b0.tar.gz
mailman-7a584735bd890a736ea2f27d0f488177b52d90b0.tar.zst
mailman-7a584735bd890a736ea2f27d0f488177b52d90b0.zip
Diffstat (limited to 'src/mailman/chains/hold.py')
-rw-r--r--src/mailman/chains/hold.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/chains/hold.py b/src/mailman/chains/hold.py
index f1bd42961..b8c59358e 100644
--- a/src/mailman/chains/hold.py
+++ b/src/mailman/chains/hold.py
@@ -246,7 +246,7 @@ also appear in the first line of the body of the reply.""")),
nmsg.attach(text)
nmsg.attach(MIMEMessage(msg))
nmsg.attach(MIMEMessage(dmsg))
- nmsg.send(mlist, **dict(tomoderators=True))
+ nmsg.send(mlist, tomoderators=True)
# Log the held message. Log messages are not translated, so recast
# the reasons in the English.
with _.using('en'):