Track tainted data and refuse to expand it
[exim.git] / test / confs / 0284
index a3bac7b5bcdfd427f5cd377b1239c77a973b279a..0103742f4016937e699e436b7db97cdc1dc97a99 100644 (file)
@@ -1,14 +1,8 @@
 # Exim test configuration 0284
 
-exim_path = EXIM_PATH
-keep_environment =
-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
-tls_advertise_hosts =
 
 # ----- Main settings -----
 
@@ -22,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 -----