Testsuite: move regex testcase to Content-scanning section
[exim.git] / test / confs / 0399
CommitLineData
afda344b
PH
1# Exim test configuration 0399
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
afda344b
PH
5spool_directory = DIR/spool
6log_file_path = DIR/spool/log/%slog
7gecos_pattern = ""
8gecos_name = CALLER_NAME
9
10# ----- Main settings -----
11
12primary_hostname = mail.test.ex
13qualify_domain = test.ex
14
15
16# ----- Routers -----
17
18begin routers
19
20r1:
21 driver = redirect
22 data =
23 more = ${if eq {1}{0}{no}fail}
24
25r2:
26 driver = redirect
27 data =
28 more = ${if eq {1}{0}{no}{yes}}
29
30r3:
31 driver = redirect
32 data =
33 more = $unknown_variable
34
35
36# End