X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fconfs%2F4001;h=856beb1ca5cfe45a2230039b869883bec8a13b53;hb=b5695709aa5d65a2b6825eef3bf3ed556c66220d;hp=cf124eccf81cd1497464be36b3088b491e8f42a7;hpb=0d2e392e281e96d9f9f2f3dd438affe3f2563c57;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/confs/4001 b/test/confs/4001 index cf124eccf..856beb1ca 100644 --- a/test/confs/4001 +++ b/test/confs/4001 @@ -1,53 +1,25 @@ -# Exim test configuration 4001: ACL regex= +# Exim test configuration 4001: multiple messages in connection .include DIR/aux-var/std_conf_prefix primary_hostname = myhost.test.ex -rfc1413_query_timeout = 0s - +queue_only # ----- Main settings ----- -acl_smtp_rcpt = check_rcpt -acl_smtp_data = check_data -acl_not_smtp = check_data - +acl_smtp_rcpt = accept +acl_smtp_mime = check_mime +acl_smtp_data = check_data # ----- ACL ----- begin acl -check_rcpt: - accept +check_mime: + accept decode = default + logwrite = mime_acl: mime_part_count $mime_part_count check_data: - warn regex = \N(THIS\s((\w+)\s)?REGEX)\N - message = X-Regex: Regex matched <$regex1> <$regex3> - - warn condition = ${if !eq{$h_fakereject:}{}} - control = fakereject - - warn condition = ${if !eq{$h_fakedefer:}{}} - control = fakedefer - - accept - -# ----- Routers ----- - -begin routers - -r1: - driver = accept - transport = t1 - -# ----- Transports ----- - -begin transports - -t1: - driver = appendfile - file = DIR/test-mail/${bless:$local_part} - user = CALLER - + accept logwrite = mime_acl: mime_part_count $mime_part_count # End