Account properly for quoted or 2047-encoded MIME parameters while walking headers...
[exim.git] / test / confs / 0474
CommitLineData
afda344b
PH
1# Exim test configuration 0474
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5rfc1413_query_timeout = 0s
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
10
11# ----- Main settings -----
12
13
14# ----- Routers -----
15
16begin routers
17
18callout:
19 driver = manualroute
20 transport = smtp
21 route_data = 127.0.0.1
22 self = send
23
24
25# ----- Transports -----
26
27begin transports
28
29smtp:
30 driver = smtp
31 port = PORT_S
30079bc1 32 interface = 127.0.0.1
afda344b
PH
33
34
35# ----- Retry -----
36
37begin retry
38
39* * F,5m,10s
40
41# End