Hi,
i'm having quite severe problems with append_at_myorigin - Postfix is
appending myorigin to sneder name if it contains a colon character and
is encoded into quoted-printable format, for example (generated by
Thunderbird):
From: =?UTF-8?Q?TEST:_som=c3=a9thing?= <[email protected]>
This is rewritten to:
From: [email protected]:_som=c3=a9thing?= <[email protected]>
I tried to disable it with this but it doesn't work:
append_dot_mydomain = no
append_at_myorigin = no
local_header_rewrite_clients =
Postfix 2.11.3. Any hints?
azur