Testsuite: bounce_message_file and warn_message_file
[exim.git] / test / confs / 0072
CommitLineData
afda344b
PH
1# Exim test configuration 0072
2
3ONCE=once=DIR/spool/autolog
4ONLY=
5RETURN=
6
d4dc049f
JH
7.include DIR/aux-var/std_conf_prefix
8
afda344b
PH
9
10# ----- Main settings -----
11
12qualify_domain = test.ex
13
14
15# ----- Routers -----
16
17begin routers
18
19filter:
20 driver = redirect
21 local_parts = userx-filter
22 allow_filter
23 data = #Exim filter\n seen mail text "This is an autoreply."
24 user = EXIMUSER
25
26
27reply:
28 driver = accept
29 retry_use_local_part
30 senders = !
31 transport = reply
32
33localuser:
34 driver = accept
35 check_local_user
36 transport = local_delivery
37
38
39# ----- Transports -----
40
41begin transports
42
43reply:
44 driver = autoreply
45 text = "Test auto reply to ${escape:$h_subject:}"
46 to = $reply_address
47 user = EXIMUSER
48 ONCE
49 RETURN
50 ONLY
51
52local_delivery:
53 driver = appendfile
54 delivery_date_add
55 envelope_to_add
0d2e392e 56 file = DIR/test-mail/${bless:$local_part}
afda344b
PH
57 return_path_add
58
59
60# End