Jan Mikus wrote:
Recipient address "Jan Mikuš <[EMAIL PROTECTED]>" after encoding
return "=?UTF-8?Q?Jan=20Miku=C5=A1=20<[EMAIL PROTECTED]>?=" (right
is "=?UTF-8?Q?Jan=20Miku=C5=A1?= <[EMAIL PROTECTED]>") and Postfix
this header encode to "=?UTF-8?Q?Jan=20Miku=C5=A1=20
<[EMAIL PROTECTED]>,\n [EMAIL PROTECTED]".
The problem here is the quotes. "Jan Mikuš <[EMAIL PROTECTED]>" is a
quoted-string, and if if you place it in an RFC2822 To: header field it
will be parsed as just a local-part. With proper quoting, the field
should be: "Jan Mikuš" <[EMAIL PROTECTED]>
Bob