diff --git a/src/mailman/chains/hold.py b/src/mailman/chains/hold.py
index c93ea253b..57cc3f77a 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.""")),
                 dmsg['Message-ID'] = make_msgid()
                 nmsg.attach(text)
                 nmsg.attach(MIMEMessage(msg))
-                nmsg.attach(MIMEMessage(dmsg))
+                # nmsg.attach(MIMEMessage(dmsg))
                 nmsg.send(mlist)
         # Log the held message.  Log messages are not translated, so recast
         # the reasons in the English.
