Re: [Exim] Rewriting all recipient addresses from a given ho…

Top Page
Delete this message
Reply to this message
Author: Andromeda
Date:  
To: Exim
Subject: Re: [Exim] Rewriting all recipient addresses from a given host
At 19:15 13/06/2001 +0100, you wrote:
>Could you put sth like
>if "$sender_address" matches "something" then
> save /var/spool/mailaux/foo//


That's a good start. However, $sender_host_address is a better bet :)

Andromeda