Testsuite: handle RC tagging convention
[exim.git] / test / confs / 0141
CommitLineData
afda344b
PH
1# Exim test configuration 0141
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
8qualify_domain = test.ex
9ignore_bounce_errors_after = 0s
10
11
12# ----- Routers -----
13
14begin routers
15
16ok:
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
27begin retry
28
29* * F,1d,15m
30
31
32# End