Re: [exim] headers_remove

Top Page
Delete this message
Reply to this message
Author: Alex
Date:  
To: Graeme Fowler
CC: exim users
Subject: Re: [exim] headers_remove
Thanks.

I solved the problem, this is that i do it:

headers_remove = Subject : Reply-To
headers_add = Subject: [ ${lookup
sqlite{/etc/gestionaisp/gestionaisp.db select g.name \
                                      from groups g, domains d \
                                      where d.enabled = '1' and
d.domain = '${domain}' and \
                                      d.domain_id = g.domain_id and
g.enabled = '1' and \
                                      g.name = '${local_part}'}}] $h_subject  \
                                      \n\
                                      ${if eq{${lookup
sqlite{/etc/gestionaisp/gestionaisp.db LLISTES_REPLAYTO_SQL}}}{1}\
                                      {Reply-To:
${sender_address}}{Reply-To: ${local_part}@${domain}}\
                                       }





2007/3/15, Graeme Fowler <graeme@???>:
> On Thu, 2007-03-15 at 09:11 +0100, Alex wrote:
> > How i can more than one in these rules
> > Ej:
> >
> > headers_remove = Subject AND Reply-To
> > headers_add = Subject : hola AND Reply-To: adeu@???
>
> http://www.exim.org/exim-html-4.66/doc/html/spec_html/ch44.html#SECTheadersaddrem
>
> In a nutshell:
>
> headers_remove = Header-1:Header-2
>
> headers_add = X-Header-1: Something\n\
>               X-Header-2: Something else

>
> Graeme
>
>
> --
> ## 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/
>