Re: [EXIM] sender_host_reject for dialup?

Top Page
Delete this message
Reply to this message
Author: Philip Hazel
Date:  
To: Pollywog
CC: exim-users
Subject: Re: [EXIM] sender_host_reject for dialup?
On Wed, 17 Feb 1999, Pollywog wrote:

> Is it possible to put a rule in the system filter, central filter, or forward
> file that will do a lookup on a hosts file and not process a message if the
> host is listed in the hosts file, one like the sender_host_reject option uses?


if

"${lookup {$sender_host_address} lsearch {/the/file} {found}{notfound}}"

is "found" then fail "I don't want to know" endif

-- 
Philip Hazel            University of Cambridge Computing Service,
ph10@???      Cambridge, England. Phone: +44 1223 334714.



--
*** Exim information can be found at http://www.exim.org/ ***