Closed seriyps closed 3 years ago
I unfortunately introduced a bug in https://github.com/gen-smtp/gen_smtp/commit/ecc923e39f2d11af6977ccf0e3238ab6e8c754d7
Turns out, many SMTP senders are sending MAIL FROM: .... BODY=7bit when they see 8BITMIME extension. see https://datatracker.ietf.org/doc/html/rfc6152#section-2
MAIL FROM: .... BODY=7bit
8BITMIME
Mailers are funny. Good catch.
I unfortunately introduced a bug in https://github.com/gen-smtp/gen_smtp/commit/ecc923e39f2d11af6977ccf0e3238ab6e8c754d7
Turns out, many SMTP senders are sending
MAIL FROM: .... BODY=7bit
when they see8BITMIME
extension. see https://datatracker.ietf.org/doc/html/rfc6152#section-2