Add variables for wildcard portion of local-part affix. Bug 281
[exim.git] / test / confs / 0393
CommitLineData
afda344b
PH
1# Exim test configuration 0393
2
3FILTER=/bin/cat
4
d4dc049f
JH
5.include DIR/aux-var/std_conf_prefix
6
afda344b
PH
7
8# ----- Main settings -----
9
10domainlist local_domains = test.ex
11
12qualify_domain = test.ex
13
14
15# ----- Routers -----
16
17begin routers
18
19r1:
20 driver = accept
21 transport = t1
22
23# ----- Transports -----
24
25begin transports
26
27t1:
28 driver = appendfile
29 user = CALLER
0d2e392e 30 file = DIR/test-mail/${bless:$local_part}
afda344b
PH
31 transport_filter = FILTER
32
33
34# ----- Retry -----
35
36begin retry
37
38* * F,1d,1d
39
40# End