On Friday 30 March 2007 18:26, Marten Lehmann wrote:
> the text for the autoreply is stored in UTF8 in our system. But exim
> seems to send it as 7bit/iso-8859-1. How can I tell exim to use UTF8?

You have to add headers like these yourself (set the headers option of the 
autoreply transport):

MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

If you suspect that some recipient can't handle 8bit messages you have to 
store the message pre-encoded.

It would be nice if the headers could be stored in the same file. This could 
be implemented as an option called e.g. "file_includes_headers".

-- 
Magnus Holmgren        [EMAIL PROTECTED]
                       (No Cc of list mail needed, thanks)

  "Exim is better at being younger, whereas sendmail is better for 
   Scrabble (50 point bonus for clearing your rack)" -- Dave Evans

Attachment: pgpXvyohwnpJp.pgp
Description: PGP signature

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to