Re: [exim] ACL trouble with hostlist

Top Page
Delete this message
Reply to this message
Author: Nigel Metheringham
Date:  
To: Chris Hills
CC: exim-users
Subject: Re: [exim] ACL trouble with hostlist
On Mon, 2005-04-04 at 13:17 +0100, Chris Hills wrote:
> What is it so blindingly obvious that I am missing?


Tests are done in the order they are specified and short circuit (ie if
you get a fail from a test it will not run the rest), so you should test
for hosts before doing a dnslist test:-

deny     message      = Message rejected because ...
          hosts        = !+relay_from_hosts
          dnslists     = dnsbl.sorbs.net : sbl.spamhaus.org



    Nigel.
-- 
[ Nigel Metheringham           Nigel.Metheringham@??? ]
[ - Comments in this message are my own and not ITO opinion/policy - ]