aboutsummaryrefslogtreecommitdiffstats
path: root/sink.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-11-30 17:17:36 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-11-30 17:17:36 +0000
commit3e80ef741a41670220b178bb18fbaeb764e3dc71 (patch)
treebcadcceb2237ed22f9a0b3d5e295468a40cb5003 /sink.c
parent1ce2b4194c03e248de22e9014f038fad53af89d0 (diff)
downloadfetchmail-3e80ef741a41670220b178bb18fbaeb764e3dc71.tar.gz
fetchmail-3e80ef741a41670220b178bb18fbaeb764e3dc71.tar.bz2
fetchmail-3e80ef741a41670220b178bb18fbaeb764e3dc71.zip
Another MIME fix.
svn path=/trunk/; revision=2239
Diffstat (limited to 'sink.c')
-rw-r--r--sink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sink.c b/sink.c
index 0ef2b7e4..e5d9ca79 100644
--- a/sink.c
+++ b/sink.c
@@ -286,7 +286,7 @@ static int send_bouncemail(struct msgblk *msg,
SockPrintf(sock, "From: FETCHMAIL-DAEMON@%s\r\n", fetchmailhost);
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=\"%s\"\r\n", boundary);
+ SockPrintf(sock, "Content-Type: multipart/report; report-type=delivery-status boundary=\"%s\"\r\n", boundary);
SockPrintf(sock, "\r\n");
SockPrintf(sock, "Content-Transfer-Encoding: 7bit\r\n");
SockPrintf(sock, "\r\n");