From c50b3ee558eabd00624b0efc7ad9324535df1709 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Sun, 13 Nov 2016 22:03:40 -0500 Subject: Closes: #68 Messages sent to the list's moderators now include the actual recipient addresses. Given by Tom Briles. --- src/mailman/chains/hold.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mailman/chains/hold.py') 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'): -- cgit v1.2.3-70-g09d2