Fix CVE-2016-1531
[exim.git] / test / confs / 0290
1 # Exim test configuration 0290
2
3 FOOBAR=
4 FOO=inc1
5 BAR=.include "DIR/aux-fixed/TESTNUM.inc2"
6 RT = receive_timeout = 1s
7 INC=
8
9 C1=#
10 C2=#
11 C1C2 this should be a comment
12
13 exim_path = EXIM_PATH
14 keep_environment =
15 host_lookup_order = bydns
16 primary_hostname = myhost.test.ex
17 spool_directory = DIR/spool
18 log_file_path = DIR/spool/log/%slog
19 gecos_pattern = ""
20 gecos_name = CALLER_NAME
21 tls_advertise_hosts =
22 trusted_users = CALLER
23
24 # ----- Main settings -----
25
26 FOOBAR  .include DIR/aux-fixed/TESTNUM.FOO
27 RT
28 INC
29
30 remote_sort_domains = a:b:c
31
32 local_interfaces = 127.0.0.1 : \
33                    .include DIR/aux-fixed/TESTNUM.inc3
34                    HOSTIPV4
35
36 # End