[exim] Understanding DEFER withing an ACL subroutine

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Marc Perkel
Ημερομηνία:  
Προς: Exim Users List
Αντικείμενο: [exim] Understanding DEFER withing an ACL subroutine
Consider this:

accept acl = acl_subroutine



acl_subroutine
defer condition = true


From what I understand this should cause the outer acl to defer, but it
appears to just return a false to the accept. Is that how it's supposed
to work?