diff options
| author | Mark Sapiro | 2016-12-30 11:36:54 -0800 |
|---|---|---|
| committer | Mark Sapiro | 2016-12-30 11:36:54 -0800 |
| commit | eba4d0767aa141dc631e433ac01a86302da233b5 (patch) | |
| tree | 6ac31b88c9535946391abb09177503649c7793de /src/mailman/chains/hold.py | |
| parent | 2ead4c9f0f70ac3ebd06105562579f74fa6963f1 (diff) | |
| parent | 615415cb45a8a7d8b26c744940b2e57ca72c1249 (diff) | |
| download | mailman-eba4d0767aa141dc631e433ac01a86302da233b5.tar.gz mailman-eba4d0767aa141dc631e433ac01a86302da233b5.tar.zst mailman-eba4d0767aa141dc631e433ac01a86302da233b5.zip | |
Diffstat (limited to 'src/mailman/chains/hold.py')
| -rw-r--r-- | src/mailman/chains/hold.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/chains/hold.py b/src/mailman/chains/hold.py index 0b50964b7..86761c3e1 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'): |
