Testsuite: handle RC tagging convention
[exim.git] / test / confs / 0535
CommitLineData
45b91596
PH
1# Exim test configuration 0535
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
45b91596 5primary_hostname = myhost.test.ex
45b91596
PH
6
7# ----- Main settings -----
8
9acl_not_smtp_start = one
10trusted_users = CALLER
11
12
13# ----- ACLs -----
14
15begin ACL
16
17one:
18 warn senders = ^nofix@
19 control = suppress_local_fixups
20 add_header = X-Added: $recipients
21
273f34d0 22
45b91596
PH
23# ----- Routers -----
24
25begin routers
26
27r1:
28 driver = accept
29 transport = t1
30
31
32# ----- Transports -----
33
34begin transports
35
36t1:
37 driver = appendfile
38 user = CALLER
0d2e392e 39 file = DIR/test-mail/${bless:$local_part}
45b91596
PH
40
41
42# End