summaryrefslogtreecommitdiff
path: root/src/mailman/chains/hold.py
diff options
context:
space:
mode:
authorBarry Warsaw2016-11-14 03:30:54 +0000
committerBarry Warsaw2016-11-14 03:30:54 +0000
commit54d32b872ee4e67a64a176077dbc49a4f87b9324 (patch)
treeba9170245c9f9c87f5604e02a8dc1aaf37443319 /src/mailman/chains/hold.py
parent366dc6517716b7c77c4b7a76559b1b6b5996fc8e (diff)
parenta9e62e4350d1a108af972ab9dc2043f76b98a04c (diff)
downloadmailman-54d32b872ee4e67a64a176077dbc49a4f87b9324.tar.gz
mailman-54d32b872ee4e67a64a176077dbc49a4f87b9324.tar.zst
mailman-54d32b872ee4e67a64a176077dbc49a4f87b9324.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..f111aee3c 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, to_moderators=True)
# Log the held message. Log messages are not translated, so recast
# the reasons in the English.
with _.using('en'):