X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/a08c49f10dbed682e0500e6510c78bd65002fc34..3f0f8e6c10e1beb36d335c02692466c8911e4942:/test/confs/0284?ds=sidebyside diff --git a/test/confs/0284 b/test/confs/0284 index f11e99bc2..98f5660b7 100644 --- a/test/confs/0284 +++ b/test/confs/0284 @@ -1,12 +1,8 @@ # Exim test configuration 0284 -exim_path = EXIM_PATH -host_lookup_order = bydns +.include DIR/aux-var/std_conf_prefix + primary_hostname = myhost.test.ex -spool_directory = DIR/spool -log_file_path = DIR/spool/log/%slog -gecos_pattern = "" -gecos_name = CALLER_NAME # ----- Main settings ----- @@ -20,7 +16,9 @@ begin routers 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 ----- @@ -37,14 +35,14 @@ t1: t2: driver = appendfile batch_max = 100 - file = DIR/test-mail/$local_part + file = DIR/test-mail/${bless:$local_part} envelope_to_add user = CALLER t3: driver = appendfile batch_max = 100 - file = DIR/test-mail/$domain + file = DIR/test-mail/${bless:$domain} envelope_to_add user = CALLER