X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/4fab92fbc2b63bac2d89c1dae69fa1845cb640b7..179ed8c31eb8c7f767ec0ef5e2856066d366515f:/test/confs/0183 diff --git a/test/confs/0183 b/test/confs/0183 index 6699237a2..8cd4c82d4 100644 --- a/test/confs/0183 +++ b/test/confs/0183 @@ -10,6 +10,15 @@ dns_ipv4_lookup = * queue_run_in_order +# ----- ACL ----- + +begin acl + +delay: + accept + delay = 3s + message = y + # ----- Routers ----- begin routers @@ -31,6 +40,13 @@ useryz: lookuphost: driver = dnslookup + local_parts = !userd + transport = smtp + no_more + +delay: + driver = dnslookup + condition = ${acl {delay}} transport = smtp no_more