Testsuite: move regex testcase to Content-scanning section
[exim.git] / test / confs / 0491
CommitLineData
afda344b
PH
1# Exim test configuration 0491
2
3UL=abc@xyz
4REWRITE=
5
6exim_path = EXIM_PATH
7host_lookup_order = bydns
8primary_hostname = myhost.test.ex
afda344b
PH
9spool_directory = DIR/spool
10log_file_path = DIR/spool/log/%slog
11gecos_pattern = ""
12gecos_name = CALLER_NAME
13
14# ----- Main settings -----
15
16# When running in the test harness, this setting overrides the real login
17# (normally it acts only if no login name can be found).
18
19unknown_login = UL
20
21
22# ----- Routers -----
23
24begin routers
25
26r1:
27 driver = accept
28 transport = t1
29
30
31# ----- Transports -----
32
33begin transports
34
35t1:
36 driver = appendfile
37 file = DIR/test-mail/$local_part
38 user = CALLER
39
40
41# ----- Rewrite -----
42
43begin rewrite
44
45REWRITE
46
47# End