git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Hintsdb transactions
[exim.git]
/
test
/
confs
/
0284
diff --git
a/test/confs/0284
b/test/confs/0284
index d38f3839003840d93f248ddb7309edd2a21d83fd..8c76179a753b43892befd1779705a7be145904c0 100644
(file)
--- a/
test/confs/0284
+++ b/
test/confs/0284
@@
-16,7
+16,9
@@
begin routers
all:
driver = accept
address_data = ${if match{$local_part}{^(.)}{$1}}
all:
driver = accept
address_data = ${if match{$local_part}{^(.)}{$1}}
- transport = ${if match{$local_part}{^.*-(.*)\$}{$1}fail}
+ transport = ${if eq {${substr_-1_1:$local_part}}{1} {t1} \
+ {${if eq {${substr_-1_1:$local_part}}{2} {t2} \
+ {${if eq {${substr_-1_1:$local_part}}{3} {t3} {t4}}}}}}
# ----- Transports -----
# ----- Transports -----
@@
-34,6
+36,7
@@
t2:
driver = appendfile
batch_max = 100
file = DIR/test-mail/$local_part
driver = appendfile
batch_max = 100
file = DIR/test-mail/$local_part
+ create_file = DIR/test-mail
envelope_to_add
user = CALLER
envelope_to_add
user = CALLER
@@
-41,6
+44,7
@@
t3:
driver = appendfile
batch_max = 100
file = DIR/test-mail/$domain
driver = appendfile
batch_max = 100
file = DIR/test-mail/$domain
+ create_file = DIR/test-mail
envelope_to_add
user = CALLER
envelope_to_add
user = CALLER