aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-11-30 15:17:16 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-11-30 15:17:16 +0000
commitde2278a37cce358b8ecc2d85298329f4b0346f4b (patch)
treeafabea9b145c73c0d3a559e2fd8694d7f67ab4b8
parent0e35afb5d674efb30b573a01215b9a86196dd772 (diff)
downloadfetchmail-de2278a37cce358b8ecc2d85298329f4b0346f4b.tar.gz
fetchmail-de2278a37cce358b8ecc2d85298329f4b0346f4b.tar.bz2
fetchmail-de2278a37cce358b8ecc2d85298329f4b0346f4b.zip
Try to get the MIME right.
svn path=/trunk/; revision=2235
-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");