mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-25 15:51:24 +02:00
BUG/MEDIUM: mailer: DATA part must be terminated with <CRLF>.<CRLF>
The dot is send in the wrong place. As defined in https://www.ietf.org/rfc/rfc2821.txt 'the character sequence "<CRLF>.<CRLF>" ends the mail text'
This commit is contained in:
parent
50bdda6e51
commit
ed35c371dc
@ -3243,8 +3243,8 @@ static int enqueue_one_email_alert(struct email_alertq *q, const char *msg)
|
|||||||
"Subject: [HAproxy Alert] ", msg, "\n",
|
"Subject: [HAproxy Alert] ", msg, "\n",
|
||||||
"\n",
|
"\n",
|
||||||
msg, "\n",
|
msg, "\n",
|
||||||
".\r\n",
|
|
||||||
"\r\n",
|
"\r\n",
|
||||||
|
".\r\n",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user