summaryrefslogtreecommitdiff
path: root/test/confs
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2022-01-18 00:50:47 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2022-01-18 00:50:47 +0000
commit9dea8f12c7617bcee02319adbb51353b6b35b2f8 (patch)
tree20068e47fa0fce562cdb8de75574434dcb791e94 /test/confs
parent5732024c9991f1e220ad203087997ca467a5cef7 (diff)
downloadexim4-9dea8f12c7617bcee02319adbb51353b6b35b2f8.tar.gz
Debug: pass ACL-initiated debug through execs
Diffstat (limited to 'test/confs')
-rw-r--r--test/confs/05749
1 files changed, 7 insertions, 2 deletions
diff --git a/test/confs/0574 b/test/confs/0574
index 9afc55247..8703c0219 100644
--- a/test/confs/0574
+++ b/test/confs/0574
@@ -10,8 +10,6 @@ acl_smtp_mail = chk_mail
acl_smtp_rcpt = chk_rcpt
acl_smtp_data = chk_data
-queue_only
-
# ----- ACL -----
begin acl
@@ -25,4 +23,11 @@ chk_rcpt:
chk_data:
accept control = debug/tag=_2/opts=+all
+# ----- Routers -----
+
+begin routers
+
+r1:
+ driver = redirect
+ data = :blackhole:
# End