aboutsummaryrefslogtreecommitdiffstats
path: root/sink.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-01-07 08:00:33 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-01-07 08:00:33 +0000
commitd51fa140f4a6b8eb9a66dd7075d9952308b092bf (patch)
tree09d01959a0b271c25b02871547c1aac347c8b70e /sink.c
parent50cd1e6ad5e0611a547e38fb706225e73becc9be (diff)
downloadfetchmail-d51fa140f4a6b8eb9a66dd7075d9952308b092bf.tar.gz
fetchmail-d51fa140f4a6b8eb9a66dd7075d9952308b092bf.tar.bz2
fetchmail-d51fa140f4a6b8eb9a66dd7075d9952308b092bf.zip
No Content-Transfer-Encoding needed.
svn path=/trunk/; revision=2338
Diffstat (limited to 'sink.c')
-rw-r--r--sink.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sink.c b/sink.c
index 7dec5e3b..dedcda83 100644
--- a/sink.c
+++ b/sink.c
@@ -293,8 +293,6 @@ static int send_bouncemail(struct msgblk *msg, int userclass,
SockPrintf(sock, "MIME-Version: 1.0\r\n");
SockPrintf(sock, "Content-Type: multipart/report; report-type=delivery-status;\r\n\tboundary=\"%s\"\r\n", boundary);
SockPrintf(sock, "\r\n");
- SockPrintf(sock, "Content-Transfer-Encoding: 7bit\r\n");
- SockPrintf(sock, "\r\n");
/* RFC1892 part 1 -- human-readable message */
SockPrintf(sock, "--%s\r\n", boundary);