On 14 Feb 2005 at 22:13, Christian Schmidt wrote about
"Re: [exim] ACL Question - multiple ":
| Hello Marc,
|
| Marc Perkel, 14.02.2005 (d.m.y):
|
| > In the following ACL both verifys have to fail to trigger the drop? Do I
| > have that right?
Yes.
| > drop message = REJECTED - Sender Verify Failed - error code
| > \"$sender_verify_failure
| > log_message = REJECTED - Sender Verify Failed - error code
| > \"$sender_verify_failure\"
| > !verify = sender/callout=2m,defer_ok
| > !verify = reverse_host_lookup
|
| No, when one of the "condition" matches, the ACL returns "true". So only one of
| the verifies needs to fail.
Um, no I think you (Christian) have that backwards.
All of the conditions must be satisfied, so if a *false* condition is
encountered the ACL stanza fails immediately, without evaluating the
rest of the conditions.
- Fred