Testsuite: bounce_message_file and warn_message_file
[exim.git] / test / confs / 0096
CommitLineData
afda344b
PH
1# Exim test configuration 0096
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b
PH
5
6# ----- Main settings -----
7
8qualify_domain = test.ex
9
10
11# ----- Routers -----
12
13begin routers
14
15localuser:
16 driver = accept
17 local_parts = userx
18 headers_add = "${if def:h_x-rbl-warning: {Added: xxxx}fail}"
76146973
JH
19 # Colon-sep list!
20 headers_remove = "${if def::h_x-rbl-warning:: {subject}fail}"
afda344b
PH
21 transport = local_delivery
22
23
24# ----- Transports -----
25
26begin transports
27
28local_delivery:
29 driver = appendfile
30 delivery_date_add
31 envelope_to_add
0d2e392e 32 file = DIR/test-mail/${bless:$local_part}
afda344b
PH
33 return_path_add
34 user = CALLER
35
36
37# ----- Retry -----
38
39
40begin retry
41
42* * F,2d,15m
43
44
45# End