Re: [Exim] condition just plain doesn't work

Top Pagina
Delete this message
Reply to this message
Auteur: Tamas TEVESZ
Datum:  
Aan: Giles Constant
CC: exim-users
Onderwerp: Re: [Exim] condition just plain doesn't work
On Wed, 8 May 2002, Giles Constant wrote:

> I'm trying to set up a driver in exim3 to only activate when the email has
> been received from a certain machine for a security controlled mailing


i'm not really getting the whole picture, but for catching based on
the sender host you go like this:

condition = ${if eq{$sender_host_address}{192.168.1.100}{yes}{no}}

ie. go look for the $sender_* variables to find which one suits you
best.


--
[-]