Fix CVE-2016-1531
[exim.git] / test / confs / 0399
1 # Exim test configuration 0399
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
11 # ----- Main settings -----
12
13 primary_hostname = mail.test.ex
14 qualify_domain = test.ex
15
16
17 # ----- Routers -----
18
19 begin routers
20
21 r1:
22   driver = redirect
23   data =
24   more = ${if eq {1}{0}{no}fail}
25
26 r2:
27   driver = redirect
28   data =
29   more = ${if eq {1}{0}{no}{yes}}
30
31 r3:
32   driver = redirect
33   data =
34   more = $unknown_variable
35
36
37 # End