summaryrefslogtreecommitdiff
path: root/src/mailman/chains/hold.py
diff options
context:
space:
mode:
authorBarry Warsaw2016-11-13 22:03:40 -0500
committerBarry Warsaw2016-11-13 22:03:40 -0500
commitc50b3ee558eabd00624b0efc7ad9324535df1709 (patch)
treec6b90a107d00b20126c96a43215a1f0e27f44c31 /src/mailman/chains/hold.py
parent589c4c62d4fa0b79dd4e742c50cf79bd8d4558ca (diff)
downloadmailman-c50b3ee558eabd00624b0efc7ad9324535df1709.tar.gz
mailman-c50b3ee558eabd00624b0efc7ad9324535df1709.tar.zst
mailman-c50b3ee558eabd00624b0efc7ad9324535df1709.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 b8c59358e..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, 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'):