diff options
| author | Mark Sapiro | 2016-12-04 23:18:34 +0000 |
|---|---|---|
| committer | Mark Sapiro | 2016-12-04 23:18:34 +0000 |
| commit | 96757fbf7535f17288c5a7e755a8cb0c1afd7b1b (patch) | |
| tree | cc3edde36425c949c1b0bedc6cde3e9c87c26c88 | |
| parent | fe1b250bb6cb9c8e1a530d2c491e172d9ffa8959 (diff) | |
| download | mailman-96757fbf7535f17288c5a7e755a8cb0c1afd7b1b.tar.gz mailman-96757fbf7535f17288c5a7e755a8cb0c1afd7b1b.tar.zst mailman-96757fbf7535f17288c5a7e755a8cb0c1afd7b1b.zip | |
| -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 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'): |
