On Tue, Apr 23, 2024 at 11:46:22AM -0700, Doug Hardie via Postfix-users wrote:

> > RFC 3676 addresses this.
> 
> That was an amazing and helpful response.  RFC 2045 showed exactly
> what caused the problem.  When the message was delivered to a file,
> the CRLFs were replaced by \n.  An = followed by a \n is not a valid
> soft return.  I am going to have to parse the text and fix that.

In a quoted-printable MIME body that is stored in a UNIX mailbox file,
"=<LF>" *is* a soft line break.  Your MIME parser  should treat it as
such, accepting not only "=<CRLF>", but also "=<LF>".

-- 
    Viktor.
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to