On Tuesday 02 January 2007 11:33, POLONKAI Gergely wrote:
> vacation_autoreply:
>         driver = autoreply
>         to = ${sender_address}
>         from = "[EMAIL PROTECTED]"
>         subject = ${lookup pgsql {PGSQL_Q_AWAYSUBJECT}{$value}}
>         text = ${lookup pgsql {PGSQL_Q_AWAYTEXT}{$value}}
>         headers_add = "Content-Type: text/plain; charset=utf-8"
>
> However, as I know, the headers_add adds the header to the original
> message, not the generated one. Is it possible to add the header to the
> generated message?

Of course, but the option you want is "headers", not "headers_add". See 
chapter 27 of the spec. Also, don't forget to add "MIME-Version: 1.0".

-- 
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: pgpFw5Mn4gru3.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