Fixed problem with missing \r\n in email notification header

SVN revision: 1629
This commit is contained in:
2006-01-23 07:18:14 +00:00
parent 112be8287b
commit f6d994221d
+1
View File
@@ -1925,6 +1925,7 @@ void compose_email_header(LOGBOOK * lbs, char *subject, char *from, char *to,
strlcat(mail_text, "This is a multi-part message in MIME format.\r\n", size);
} else {
strlcat(mail_text, "\r\n", size);
if (multipart_boundary)
multipart_boundary[0] = 0;
}