commit | 5e0964ed01a27566183f19a57ac2c3357b39acee | [log] [tgz] |
---|---|---|
author | Pieter Baauw <piba.nl.dev@gmail.com> | Sat Feb 13 16:27:35 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Feb 17 10:19:09 2016 +0100 |
tree | de49ca9e2074528800478bedc844265420e6a8ad | |
parent | 46af170e41d534d7d8b90b50667879d741359d95 [diff] |
MINOR: mailers: use <CRLF> for all line endings Not doing so causes issues with Exchange2013 not processing the message body from the email. Specification seems to specify that as correct behavior : https://www.ietf.org/rfc/rfc2821.txt # 2.3.7 Lines > SMTP client implementations MUST NOT transmit "bare" "CR" or "LF" characters. This patch should be backported to 1.6. Acked-by: Simon Horman <horms@verge.net.au>