Re: [Exim] "non-printing character 27"

Top Page
Delete this message
Reply to this message
Author: Kjetil Torgrim Homme
Date:  
To: Nathan Ollerenshaw
CC: Exim users list
Subject: Re: [Exim] "non-printing character 27"
On fre, 2004-08-06 at 16:02 +0900, Nathan Ollerenshaw wrote:
> Bad idea. Doesn't work for users of mail clients that cannot handle
> multiple encodings in the subject line.
>
>    subject = [Auto-Reply] ${sg{$rheader_subject:}{\n}{}}

>
> That was tested with all encodings used in Japan and seems to work :D
>
> I hate encoding problems. Those of you in ascii land should thank the
> gods you don't have these problems to think about ...


UTF-8 to the rescue! is UTF-8 deployment in Japan rare?
headers_charset = UTF-8 and ${rfc2047:$header_} works fine in my
environment. there are some clients which only understands Latin-1, but
I don't have much sympathy for such out-moded software.

you never explained why you wanted to remove the newlines, btw?

--
Kjetil T.