summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Sapiro2016-12-04 23:18:34 +0000
committerMark Sapiro2016-12-04 23:18:34 +0000
commit96757fbf7535f17288c5a7e755a8cb0c1afd7b1b (patch)
treecc3edde36425c949c1b0bedc6cde3e9c87c26c88
parentfe1b250bb6cb9c8e1a530d2c491e172d9ffa8959 (diff)
downloadmailman-96757fbf7535f17288c5a7e755a8cb0c1afd7b1b.tar.gz
mailman-96757fbf7535f17288c5a7e755a8cb0c1afd7b1b.tar.zst
mailman-96757fbf7535f17288c5a7e755a8cb0c1afd7b1b.zip
-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 42fed66a6..a44bd6a0c 100644
--- a/src/mailman/chains/hold.py
+++ b/src/mailman/chains/hold.py
@@ -247,7 +247,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, to_moderators=True)
+ nmsg.send(mlist)
# Log the held message. Log messages are not translated, so recast
# the reasons in the English.
with _.using('en'):