Expansions: new ${authresults {mch}} for an Authentication-Results header
[exim.git] / test / confs / 0141
1 # Exim test configuration 0141
2
3 .include DIR/aux-var/std_conf_prefix
4
5
6 # ----- Main settings -----
7
8 qualify_domain = test.ex
9 ignore_bounce_errors_after = 0s
10
11
12 # ----- Routers -----
13
14 begin routers
15
16 ok:
17 driver = redirect
18 allow_defer
19 allow_fail
20 condition = ${if match{$received_protocol}{^prot\\d\$}{1}{0}}
21 data = :fail: Forced failure
22 retry_use_local_part
23
24
25 # ----- Retry -----
26
27 begin retry
28
29 * * F,1d,15m
30
31
32 # End