1 # Exim test configuration 0166
3 .include DIR/aux-var/std_conf_prefix
6 # ----- Main settings -----
8 domainlist local_domains = test.ex
9 qualify_domain = test.ex
11 acl_not_smtp = not_smtp
16 accept log_message = rcpts <$recipients> local_part <$local_part>
28 debug_print = DEBUG: $r_r1 $r_r2
30 # r_r1 checks that a variable with tainted data is ok
31 # that the default list-sep ":" is not used for this list
32 # that an '=' on the RHS is ok
33 set = r_r1 = <$local_part> aaa:bbb bar=baz
34 # r_local checks that a variable is immediately usable
36 errors_to = bad_$r_local
40 debug_print = DEBUG: $r_r1 $r_r2
41 # r_r1 vs. r_r2 checks we can have multiple "set" options
42 set = r_r1 = $local_part
43 set = r_r2 = $local_part \
44 2a00:1940:100::ff:0:1 \
46 # check we can get a newline into content
47 newline=initial\n\tcont \
48 # check we can get a list-sep into content (by doubling)
49 semicolon=initial;;cont \
51 # r_r3 checks we can have a list as arg for a "set" option
53 transport = local_delivery
56 # ----- Transports -----
63 file = DIR/test-mail/$local_part
65 headers_add = X-r1: <$r_r1>\nX-r2: <$r_r2>\nX-r3: <$r_r3>