Testsuite: unbreak testcase
[exim.git] / test / confs / 0351
CommitLineData
afda344b
PH
1# Exim test configuration 0351
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
8domainlist local_domains = test.ex
9
10qualify_domain = test.ex
11system_filter = DIR/aux-fixed/TESTNUM.F
12
13
14# ----- Routers -----
15
16begin routers
17
18r1:
19 driver = accept
20 transport = t1
21 headers_add = ${if !eq{$h_found2:}{}{FOUND-found2: !!}fail}
22
23# ----- Transports -----
24
25begin transports
26
27t1:
28 driver = appendfile
29 user = CALLER
0d2e392e 30 file = DIR/test-mail/${bless:$local_part}
afda344b
PH
31 headers_add = "\n\
32 TO: $h_to:\n\
33 --------------------------------\n\
34 CC: $h_cc:\n\
35 --------------------------------\n\
36 RESENT-TO: $h_resent-to:\n\
37 --------------------------------\n\
38 REPLY-TO: $h_reply-to:\n\
39 --------------------------------\n\
40 SUBJECT: $h_subject:\n\
41 --------------------------------\n\
42 ALL: $message_headers\n\
43 "
44
45# End