diff options
| author | Tom Briles | 2016-07-28 09:51:47 -0700 |
|---|---|---|
| committer | Barry Warsaw | 2016-10-31 20:05:27 -0400 |
| commit | 7a584735bd890a736ea2f27d0f488177b52d90b0 (patch) | |
| tree | 215e236dedcd2c23b9679f43be4a9a1065932988 /src/mailman/chains/hold.py | |
| parent | 366dc6517716b7c77c4b7a76559b1b6b5996fc8e (diff) | |
| download | mailman-7a584735bd890a736ea2f27d0f488177b52d90b0.tar.gz mailman-7a584735bd890a736ea2f27d0f488177b52d90b0.tar.zst mailman-7a584735bd890a736ea2f27d0f488177b52d90b0.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 f1bd42961..b8c59358e 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, tomoderators=True) # Log the held message. Log messages are not translated, so recast # the reasons in the English. with _.using('en'): |
