X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/0d2e392e281e96d9f9f2f3dd438affe3f2563c57..33c9e43ec040c0a29394d8e3b745180ddddc0ed8:/test/confs/0620 diff --git a/test/confs/0620 b/test/confs/0620 deleted file mode 100644 index 6ee5ac654..000000000 --- a/test/confs/0620 +++ /dev/null @@ -1,68 +0,0 @@ -# Exim test configuration 0166 - -.include DIR/aux-var/std_conf_prefix - - -# ----- Main settings ----- - -domainlist local_domains = test.ex -qualify_domain = test.ex - -acl_not_smtp = not_smtp - -begin acl - -not_smtp: - accept log_message = rcpts <$recipients> local_part <$local_part> - -# ----- Routers ----- - -begin routers - -hide_verifies: - driver = accept - verify_only - -alias: - driver = redirect - debug_print = DEBUG: $r_r1 $r_r2 - data = b - # r_r1 checks that a variable with tainted data is ok - # that the default list-sep ":" is not used for this list - # that an '=' on the RHS is ok - set = r_r1 = <$local_part> aaa:bbb bar=baz - # r_local checks that a variable is immediately usable - set = r_local = check - errors_to = bad_$r_local - -user: - driver = accept - debug_print = DEBUG: $r_r1 $r_r2 - # r_r1 vs. r_r2 checks we can have multiple "set" options - set = r_r1 = $local_part - set = r_r2 = $local_part \ - 2a00:1940:100::ff:0:1 \ - foo=bar \ - # check we can get a newline into content - newline=initial\n\tcont \ - # check we can get a list-sep into content (by doubling) - semicolon=initial;;cont \ - ; \ - # r_r3 checks we can have a list as arg for a "set" option - r_r3 = bletch - transport = local_delivery - - -# ----- Transports ----- - -begin transports - -local_delivery: - driver = appendfile - envelope_to_add - file = DIR/test-mail/${bless:$local_part} - user = CALLER - headers_add = X-r1: <$r_r1>\nX-r2: <$r_r2>\nX-r3: <$r_r3> - - -# End diff --git a/test/confs/0620 b/test/confs/0620 new file mode 120000 index 000000000..00d739d6a --- /dev/null +++ b/test/confs/0620 @@ -0,0 +1 @@ +0619 \ No newline at end of file