I have two mail servers that use different content transfer encodings for the same content. Based on the configuration, I can't work out why this is the case.
One account for each server is configured in Thunderbird and the emails are created and sent via this account. Old server configuration: This is a multi-part message in MIME format. --------------xCVMqE18V5Y1jiksDIgdQocF Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Das ist ein Test. Alles Liebe! =C3=A4=C3=B6=C3=BC =C3=84=C3=96=C3=9C=C3=9F=C3=9F=C3=9F --------------xCVMqE18V5Y1jiksDIgdQocF Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <!DOCTYPE html> <html> <head> <meta http-equiv=3D"content-type" content=3D"text/html; charset=3DUTF= -8"> </head> <body> <p>Das ist ein Test. <br> </p> Alles Liebe! =C3=A4=C3=B6=C3=BC =C3=84=C3=96=C3=9C=C3=9F=C3=9F=C3=9F <p></p> </body> </html> --------------xCVMqE18V5Y1jiksDIgdQocF-- A new server configuration: This is a multi-part message in MIME format. --------------MAHcd6dkL648us1Y5Q3mVue0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Das ist ein Test. Alles Liebe! äöü ÄÖÜßßß --------------MAHcd6dkL648us1Y5Q3mVue0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 8bit <!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body> <p>Das ist ein Test. <br> </p> <p>Alles Liebe! äöü ÄÖÜßßß<br> </p> </body> </html> --------------MAHcd6dkL648us1Y5Q3mVue0-- This is a multi-part message in MIME format. --------------xCVMqE18V5Y1jiksDIgdQocF Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Das ist ein Test. Alles Liebe! =C3=A4=C3=B6=C3=BC =C3=84=C3=96=C3=9C=C3=9F=C3=9F=C3=9F --------------xCVMqE18V5Y1jiksDIgdQocF Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <!DOCTYPE html> <html> <head> <meta http-equiv=3D"content-type" content=3D"text/html; charset=3DUTF= -8"> </head> <body> <p>Das ist ein Test. <br> </p> Alles Liebe! =C3=A4=C3=B6=C3=BC =C3=84=C3=96=C3=9C=C3=9F=C3=9F=C3=9F <p></p> </body> </html> --------------xCVMqE18V5Y1jiksDIgdQocF-- I'd prefer a content transfer encoding: quoted-printable (7bit??). How can I find out what the difference is? Kind regards Andreas
_______________________________________________ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org