X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fconfs%2F0284;h=0103742f4016937e699e436b7db97cdc1dc97a99;hb=da0b4ba788278c1703a0c277a8f4a75052d1b1e5;hp=d38f3839003840d93f248ddb7309edd2a21d83fd;hpb=d4dc049f9a9e80ac3a470fd644418668eefedecb;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/confs/0284 b/test/confs/0284 index d38f38390..0103742f4 100644 --- a/test/confs/0284 +++ b/test/confs/0284 @@ -16,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 -----