From de2278a37cce358b8ecc2d85298329f4b0346f4b Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 30 Nov 1998 15:17:16 +0000 Subject: Try to get the MIME right. svn path=/trunk/; revision=2235 --- sink.c | 1 + 1 file changed, 1 insertion(+) 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"); -- cgit v1.2.3