summaryrefslogtreecommitdiff
path: root/test/confs/0633
diff options
context:
space:
mode:
Diffstat (limited to 'test/confs/0633')
-rw-r--r--test/confs/063321
1 files changed, 21 insertions, 0 deletions
diff --git a/test/confs/0633 b/test/confs/0633
new file mode 100644
index 000000000..a1030277f
--- /dev/null
+++ b/test/confs/0633
@@ -0,0 +1,21 @@
+# Exim test configuration 0633
+
+.include DIR/aux-var/std_conf_prefix
+
+# ----- Main settings -----
+
+acl_smtp_rcpt = accept
+acl_smtp_data = check_data
+
+# ----- ACL -----
+
+begin acl
+
+check_data:
+ accept set acl_m0 = ${sg{${sg{${sg{aaa}{a}{bbbbbbbbbbb}}}{b}{ccccccccccccc}}}{c}{ddddddddddddddddddd}}
+ logwrite = ${acl_m0}
+ logwrite = ${acl_m0}a
+ logwrite = ${acl_m0}aa
+ logwrite = ${acl_m0}aaa
+
+# End