Re: [exim] address rewrite not working

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Peter Bowyer
日付:  
To: exim-users
題目: 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