Re: [exim] Understanding DEFER withing an ACL subroutine

Top Page
Delete this message
Reply to this message
Author: Graeme Fowler
Date:  
To: exim-users
Subject: Re: [exim] Understanding DEFER withing an ACL subroutine
On Wed, 2007-07-18 at 09:33 +0100, Philip Hazel wrote:
> I have noted the issue, but have not had time to investigate.


If I do this:

acl_check_connect:
accept acl = test_acl

test_acl:
defer condition = true

and run a debug session, I get:

using ACL "acl_check_connect"
processing "accept"
check acl = test_acl
using ACL "test_acl"
processing "defer"
check condition = true
defer: condition test succeeded
accept: condition test deferred
451 Temporary local problem - please try later

...which is the expected, and documented, behaviour.

Marc: we need more information from you. Where in your ACLs are you
trying to do this? Have you run it through a debug session at all?

Graeme