Testsuite: fix problem with parsing retry records spanning midnight.
[exim.git] / test / confs / 0095
CommitLineData
afda344b
PH
1# Exim test configuration 0095
2
064a94c9
PH
3ERT=
4QWM=
5
afda344b
PH
6exim_path = EXIM_PATH
7host_lookup_order = bydns
8primary_hostname = myhost.test.ex
9rfc1413_query_timeout = 0s
10spool_directory = DIR/spool
11log_file_path = DIR/spool/log/%slog
12gecos_pattern = ""
13gecos_name = CALLER_NAME
14
15# ----- Main settings -----
16
064a94c9 17ERT
afda344b
PH
18
19# ----- Routers -----
20
21begin routers
22
23usery:
24 driver = accept
25 local_parts = usery
26 retry_use_local_part
27 transport = appendfile2
28
29userz:
30 driver = accept
31 local_parts = userz
32 retry_use_local_part
33 transport = appendfile3
34
35localuser:
36 driver = accept
37 local_parts = userx
38 transport = appendfile
39
40
41# ----- Transports -----
42
43begin transports
44
45appendfile:
46 driver = appendfile
47 file = DIR/test-mail/$local_part
48 quota = $h_quota
49 quota_warn_threshold = $h_threshold
064a94c9 50 QWM
afda344b
PH
51 user = CALLER
52
53appendfile2:
54 driver = appendfile
55 file = DIR/test-mail/$local_part
56 quota = $h_quota
57 quota_warn_threshold = $h_threshold
58 user = CALLER
59
60appendfile3:
61 driver = appendfile
62 file = DIR/test-mail/$local_part${if eq{$sender_address}{}{.bounce}}
63 quota_warn_threshold = $h_threshold
64 user = CALLER
65 headers_add = X:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
66
67
68# ----- Retry -----
69
70
71begin retry
72
73* * F,5d,1d
74
75
76# End