aboutsummaryrefslogtreecommitdiffstats
path: root/sink.c
diff options
context:
space:
mode:
Diffstat (limited to 'sink.c')
-rw-r--r--sink.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sink.c b/sink.c
index 31609ccd..db735e27 100644
--- a/sink.c
+++ b/sink.c
@@ -282,6 +282,7 @@ static int send_bouncemail(struct msgblk *msg,
SockPrintf(sock, "To: %s\n", msg->return_path);
SockPrintf(sock, "MIME-Version: 1.0\r\n");
SockPrintf(sock, "Content-Type: multipart/report; report-type=text/plain; boundary=\"om-mani-padme-hum\"\r\n");
+ SockPrintf(sock, "\r\n");
SockPrintf(sock, "Content-Transfer-Encoding: 7bit\r\n");
SockPrintf(sock, "\r\n");