Re: [Exim] working on headers

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Tamas TEVESZ
Datum:  
To: Antony Carr
CC: exim-users
Betreff: Re: [Exim] working on headers
On Mon, 22 Jul 2002, Antony Carr wrote:

> I wonder if anyone on this list can give me a little bit of advice. Is it
> possible (using exim 3.33) to (using a director) examine the headers of an
> email recieved, and depending on a specific header / patern being found apply
> one of two transports?
>
> I would need to pass (presumably using a transport) some mails (with the above
> metioned header) on to another mail server (that is not a listed mx). any
> ideas for this too?


probably you're looking for something like this:

xxx:
driver = smartuser
condidion = ${if def:h_Foo {yes}{no}}
new_address = my_transport

i'm not quite sure whether it's h_Foo or h_Foo: or whether it's
case-sensitive or not, but you get the idea.


--
[-]