Testsuite: fix problem with parsing retry records spanning midnight.
[exim.git] / test / confs / 0506
1 # Exim test configuration 0506
2
3 ALLOW=allow_filter
4 FORBID=
5
6 exim_path = EXIM_PATH
7 host_lookup_order = bydns
8 primary_hostname = myhost.test.ex
9 rfc1413_query_timeout = 0s
10 spool_directory = DIR/spool
11 log_file_path = DIR/spool/log/%slog
12 gecos_pattern = ""
13 gecos_name = CALLER_NAME
14
15 # ----- Main settings -----
16
17 log_selector = +queue_time_overall
18
19 # ----- Routers -----
20
21 begin routers
22
23 r1:
24 driver = redirect
25 user = EXIMUSER
26 ALLOW
27 FORBID
28 file = DIR/aux-fixed/TESTNUM.$local_part
29
30
31 # ----- Retry -----
32
33 begin retry
34
35 * * F,1d,1h
36
37 # End