Re: [exim-dev] calling an ACL from an expansion

Top Page
Delete this message
Reply to this message
Author: Phil Pennock
Date:  
To: exim-dev
Subject: Re: [exim-dev] calling an ACL from an expansion
On 2012-06-13 at 21:42 +0100, Jeremy Harris wrote:
> accept - OK - true + message
> defer - DEFER - forced fail
> deny - FAIL - false + message
> oops - ERROR - non-forced fail


Makes sense to me.

> (though I don't see any way of using the string result *and* the
> boolean result from a single call at present, one might happen in the future)


This is the advantage of the conditional, it can just set $value, a
variable which is already used generically like this.

-Phil