Ensure lookup-result variables are dropped between messages on a connection
[exim.git] / test / confs / 0623
diff --git a/test/confs/0623 b/test/confs/0623
new file mode 100644 (file)
index 0000000..7ac0ad3
--- /dev/null
@@ -0,0 +1,23 @@
+# Exim test configuration 0623
+
+.include DIR/aux-var/std_conf_prefix
+
+
+# ----- Main settings -----
+
+domainlist local_domains = @
+
+acl_smtp_rcpt = chk_rcpt
+
+queue_only
+
+
+# ----- ACL -----
+
+begin acl
+
+chk_rcpt:
+  accept       local_parts =   lsearch;DIR/aux-fixed/TESTNUM.list
+               domains =       lsearch;DIR/aux-fixed/TESTNUM.list
+
+# End