Re: [exim] address rewrite not working

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Peter Bowyer
Data:  
Para: exim-users
Asunto: Re: [exim] address rewrite not working
On 21 December 2010 22:58, Gregory Machin <gdm@???> wrote:
> I'm trying to rewite the To:<adderss> for all email from
> test@??? but the rules are not working.
>
> I have tried the follow in configs/rewrite
>
>
> begin rewrite
>
> test@???  test@??? t  # by my understanding this should work
>
> and then I tried
>
> test@???  test@??? tFfscs # and the should but will be
> over kill.


Do you actually just want to change the To: header, which has no
bearing on where the mail gets delivered, or do you want to deliver
the mail to test@???? If the latter, a redirect router will
get you there pretty easily.

Peter