Fix CVE-2016-1531
[exim.git] / test / confs / 0141
1 # Exim test configuration 0141
2
3 exim_path = EXIM_PATH
4 keep_environment =
5 host_lookup_order = bydns
6 spool_directory = DIR/spool
7 log_file_path = DIR/spool/log/%slog
8 gecos_pattern = ""
9 gecos_name = CALLER_NAME
10 tls_advertise_hosts =
11
12 # ----- Main settings -----
13
14 qualify_domain = test.ex
15 ignore_bounce_errors_after = 0s
16
17
18 # ----- Routers -----
19
20 begin routers
21
22 ok:
23   driver = redirect
24   allow_defer
25   allow_fail
26   condition = ${if match{$received_protocol}{^prot\\d\$}{1}{0}}
27   data = :fail: Forced failure
28   retry_use_local_part
29
30
31 # ----- Retry -----
32
33 begin retry
34
35 * * F,1d,15m
36
37
38 # End