X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/23f3dc67a13f71bb8fdf2930052d3fdce85e9774..46694b802ce0302f3c3344be933cc9737d4d4f4c:/test/confs/0142

diff --git a/test/confs/0142 b/test/confs/0142
index 86d911101..716ad5fa7 100644
--- a/test/confs/0142
+++ b/test/confs/0142
@@ -1,12 +1,7 @@
 # Exim test configuration 0142
 
-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
-tls_advertise_hosts =
+.include DIR/aux-var/std_conf_prefix
+
 
 # ----- Main settings -----
 
@@ -48,12 +43,12 @@ pipe:
 
 local_delivery:
   driver = appendfile
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   user = CALLER
 
 filtered_delivery:
   driver = appendfile
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   transport_filter = DIR/bin/fd -f
   user = CALLER