Account properly for quoted or 2047-encoded MIME parameters while walking headers...
[exim.git] / test / confs / 0099
CommitLineData
afda344b
PH
1# Exim test configuration 0099
2
51596af4
JH
3RETRY =
4
afda344b
PH
5exim_path = EXIM_PATH
6host_lookup_order = bydns
7rfc1413_query_timeout = 0s
8spool_directory = DIR/spool
9log_file_path = DIR/spool/log/%slog
10gecos_pattern = ""
11gecos_name = CALLER_NAME
12
13# ----- Main settings -----
14
15primary_hostname = primary.test.ex
16qualify_domain = test.ex
17retry_data_expire = 2s
66c1f8e0 18log_selector = +received_recipients
afda344b
PH
19
20
21# ----- Routers -----
22
23begin routers
24
25all:
26 driver = manualroute
51596af4 27 route_list = simple thishost.test.ex byname \
66c1f8e0 28 ; complex thisloop.test.ex byname \
51596af4 29 ; * 127.0.0.1 byname
afda344b
PH
30 self = send
31 transport = smtp
32
33
34# ----- Transports -----
35
36begin transports
37
38smtp:
39 driver = smtp
40 port = 999
51596af4 41 RETRY
afda344b
PH
42
43
44# ----- Retry -----
45
46begin retry
47
48* * senders=: G,1d,1m,1.5
49* * senders = "a@b.c : d@e.f" G,2d,2m,1.5
50
51rcpt45x.test.ex rcpt_45x F,10d,2m
52rcpt463.test.ex rcpt_463 F,10d,3m
53rcpt4xx.test.ex rcpt_4xx F,10d,1m
54
55*@\N^\d * F,5d,1m
56*@*.abcd.ex * F,5d,2m
57*@literal.ex * F,5d,3m
58*@lsearch;DIR/aux-fixed/TESTNUM.rlist2 * F,5d,4m
59*@@[] * F,5d,5m
60*@@ * F,5d,6m
61lsearch*@;DIR/aux-fixed/TESTNUM.rlist * F,1d,3m
62*.star.ex * F,3d,10m
34fab493
PH
63!*.not.ex * F,2d,15m
64* * F,12d,150m
afda344b
PH
65
66# End