Add CONTINUE to runtest script
[exim.git] / test / confs / 0382
CommitLineData
afda344b
PH
1# Exim test configuration 0382
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5primary_hostname = myhost.test.ex
6rfc1413_query_timeout = 0s
7spool_directory = DIR/spool
8log_file_path = DIR/spool/log/%slog
9gecos_pattern = ""
10gecos_name = CALLER_NAME
11
12# ----- Main settings -----
13
14log_timezone
15qualify_domain = test.ex
16system_filter = DIR/aux-fixed/TESTNUM.F
17timeout_frozen_after = 1s
18
19
20# ----- Routers -----
21
22begin routers
23
24r1:
25 driver = redirect
26 senders = !:
27 allow_fail
28 data = :fail: forced fail
29
30
31# ----- Retry -----
32
33begin retry
34
35* * F,1d,1s
36
37# End