On Sun, Apr 28, 2024 at 07:15:38PM -0700, Doug Hardie wrote: > > I suppose, but sending bare LF in SMTP is definitely wrong, so he needs to > > fix that first. > > Well, the header lines are properly terminated by CRLF. However, the > text lines are whatever I get from postfix. Generally that is just a > LF. I copied the text and inserted the CRs and sent it to see what > happens. I get the same result: = signs at each fold point.
Postfix is NOT an MUA. It delivers MIME bodies with their original Content-Transfer-Encoding. It is wrong to expect Postfix to convert MIME bodies from quoted-printable to some other encoding. Your problem is that whatever is consuming the message is not implemented to handle MIME correctly. Some day the content may arrive as Base64, which won't be "fixed" by converting "=LF" to spaces. You need a MIME parser, not a kludge. -- Viktor. _______________________________________________ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org