1 # Exim test configuration 0632
3 .include DIR/aux-var/std_conf_prefix
5 primary_hostname = myhost.test.ex
7 log_selector = +received_recipients +connection_id
9 # ----- Main settings -----
11 acl_smtp_rcpt = chk_rcpt
18 # We're doing these to see what REs the daemon compiles, in stderr
19 warn domains = ^nomatch_list
20 logwrite = should not match RE in list
22 warn condition = ${if match {a_random_string} {static_RE}}
23 logwrite = should not match RE in match cond
24 warn condition = ${if match {a_random_string} {tricky_static_RE\$}}
25 logwrite = should not match RE in match cond
26 warn condition = ${if match {a_random_string} {pid=${pid} uncacheable_RE}}
27 logwrite = should not match RE in match cond