cherti / mailexporter

Export Prometheus-style metrics about mail server functionality
https://prometheus.io
GNU General Public License v3.0
45 stars 9 forks source link

Line termination character in mail is CRLF #25

Closed chrko closed 6 years ago

chrko commented 6 years ago

Currently only LF is used instead of CRLF.

https://tools.ietf.org/html/rfc5322#section-2.1

A line is a series of characters that is delimited with the two characters carriage-return and line-feed; that is, the carriage return (CR) character (ASCII value 13) followed immediately by the line feed (LF) character (ASCII value 10).