X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/f926e27276301de1e2fd011b7edcd1b85d8c4754..a76d120aedbb1c19943db1227a14226ce6fdb679:/test/confs/0107?ds=inline

diff --git a/test/confs/0107 b/test/confs/0107
index 6fd34ce7c..5f6a80e87 100644
--- a/test/confs/0107
+++ b/test/confs/0107
@@ -1,11 +1,7 @@
 # Exim test configuration 0107
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
+.include DIR/aux-var/std_conf_prefix
+
 
 # ----- Main settings -----
 
@@ -32,7 +28,7 @@ appendfile:
   create_file = belowhome
   file = ${lookup{$local_part}lsearch{DIR/aux-fixed/TESTNUM.filelist}\
          {${if match{$value}{^/}{}{DIR/}}$value}\
-         {DIR/test-mail/$local_part}}
+         {DIR/test-mail/${bless:$local_part}}}
   user = CALLER
 
 # ----- Retry -----