1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-01-06 00:25:39 +02:00
mailpit/server/smtpd
Ralph Slooten 7875160aa7 Feature: Workaround for non-RFC-compliant message headers containing <CR><CR><LF>
Due to a bug in some common sendmail implementations and PHP >=8.0, message headers sometimes contain `\r\r\n` which is not RFC compliant.

Mailpit will now fix these non-compliant headers. This can be disabled via `--smtp-strict-rfc-headers`

See #87 / #153
2023-08-15 17:13:25 +12:00
..
smtp.go Fix typos 2023-07-09 22:33:47 +12:00
smtpd.go Feature: Workaround for non-RFC-compliant message headers containing <CR><CR><LF> 2023-08-15 17:13:25 +12:00