Re: [Exim] Mixed Headers Rewrite..

Página Inicial
Delete this message
Reply to this message
Autor: Alexey Promokhov
Data:  
Para: exim-users
CC: ewiz
Novos Tópicos: [Exim] Wrong IP number Given out?
Assunto: Re: [Exim] Mixed Headers Rewrite..
On Sun, 21 Jan 2001, ewiz wrote:

> hi all,
>         Thanks for the help in the mailbomb problem, now that I have
> subscribe to exim user list, I would like to ask if anybody knows
> how to rewrite headers for the follwing case (as I could'nt find anyway
> in the spec.txt)

>
> >if envelope To field = "foobar@???"
>
> >then rewrite the "To:" = "foobar@???"
>
> this is needed for some strange filtering setup on the local setup, I
> don't want to modify the envelope but want to modify only To: depending
> on enevolpe.

Try:

=== Cut ===
*@* "${if eq {$header_Envelope-To:}{foobar@???}{foobar@???}fail}" t
=== Cut ===

I'm not sure, so check it before use.

--
Alexey <goodboss@???>