]> Pileus Git - ~andy/fetchmail/commitdiff
Try to get the MIME right.
authorEric S. Raymond <esr@thyrsus.com>
Mon, 30 Nov 1998 15:17:16 +0000 (15:17 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Mon, 30 Nov 1998 15:17:16 +0000 (15:17 -0000)
svn path=/trunk/; revision=2235

sink.c

diff --git a/sink.c b/sink.c
index 31609ccd0b85dad8f2396902f569e9e09d15e8ec..db735e27ec4aa490ff0107ae9233f14c7bfbdc7b 100644 (file)
--- 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");