Allow relative file names in .include lines (Closes 1971)
[exim.git] / test / confs / 0313
CommitLineData
afda344b
PH
1# Exim test configuration 0313
2
4fab92fb
HSHR
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
8
9# ----- Routers -----
10
11begin routers
12
13r1:
14 driver = redirect
15 local_parts = filter
16 file = DIR/test-holey
17 allow_filter
18 user = CALLER
19
20r2:
21 driver = redirect
22 local_parts = include
23 data = :include:DIR/test-holey
24
25
26# ------ Retry ------
27
28begin retry
29
30* * F,1d,1h
31
32# End