Fix dcc_header content corruption.
[exim.git] / test / confs / 0207
1 # Exim test configuration 0207
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 primary_hostname = myhost.test.ex
6 rfc1413_query_timeout = 0s
7 spool_directory = DIR/spool
8 log_file_path = DIR/spool/log/%slog
9 gecos_pattern = ""
10 gecos_name = CALLER_NAME
11
12 # ----- Main settings -----
13
14 domainlist local_domains = test.ex
15 timeout_frozen_after = 1s
16 queue_run_in_order
17
18
19 # ----- Routers -----
20
21 begin routers
22
23 freeze:
24 driver = redirect
25 allow_defer
26 data = bad address
27 local_parts = freeze
28 retry_use_local_part
29
30
31 # ----- Retry -----
32
33
34 begin retry
35
36 * * F,1s,1s
37
38
39 # End