git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix growable-string sprintf
[exim.git]
/
test
/
confs
/
0493
1
# Exim test configuration 0493
2
3
.include DIR/aux-var/std_conf_prefix
4
5
primary_hostname = myhost.test.ex
6
7
# ----- Main settings -----
8
9
10
11
# ----- Routers -----
12
13
begin routers
14
15
r1:
16
driver = accept
17
transport = t1
18
headers_remove = to
19
headers_add = To: $h_to:, extra@dress
20
21
22
# ----- Transports -----
23
24
begin transports
25
26
t1:
27
driver = appendfile
28
file = DIR/test-mail/$local_part
29
user = CALLER
30
31
# End