summaryrefslogtreecommitdiff
path: root/test/confs
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2022-12-19 21:09:17 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2022-12-19 22:46:15 +0000
commit1ed24e36e279c922d3366f6c3144570cc5f54d7a (patch)
tree9379afdc012a562c3c84ee028bc2c142cfb3fa48 /test/confs
parentc4dee92d5d5ff5e77e29b8ba94ae3a505cb25bb0 (diff)
Fix logging of max-size log line
Broken-by: d12746bc15d8
Diffstat (limited to 'test/confs')
-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