On Thu, Apr 07, 2005 at 11:15:55AM +0300, Murat M????d??so??lu wrote:
>
> ?? saved my test.txt(mailReplyText:< file:///test.txt) utf-8 encoded and
> retried. This time, i successfully modified ldap(mailReplyText::
> 77u/dGVzdMWf) but what i receive form xxx user is:
>
> test�??
>
> so, now i must add an utf-8 encoding header to all autoreply mails. I've read
> we can use %HEADER% special key for that kind of problems. I've updated my
> test.txt like
>
> %HEADER%
> Content-Transfer-Encoding: "UTF8\n"
^^
this \n is not needed.
>
> ***Non us-ascii reply text***
>
>
>
>
> But now, i received a reply mail in which %HEADER% magic word isn't
> interpreted.
>
Make sure %HEADER% is on the first line and make sure that there are no
trailing spaces.
qmail-reply should use the correct mail headers by default.
Per default the content-type is set to "text/plain; charset=utf-8"
and the content-transfer-encoding is "8bit"
--
:wq Claudio