diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-11-30 15:17:16 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-11-30 15:17:16 +0000 |
commit | de2278a37cce358b8ecc2d85298329f4b0346f4b (patch) | |
tree | afabea9b145c73c0d3a559e2fd8694d7f67ab4b8 | |
parent | 0e35afb5d674efb30b573a01215b9a86196dd772 (diff) | |
download | fetchmail-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"); |