Taint: fix hybrid-mode transition
[exim.git] / test / confs / 0298
index 5517f8f5e335b5340f78568d1f35310b6ba4182e..f4f3990e255de8364fa456af375542f945bfca81 100644 (file)
@@ -1,12 +1,8 @@
 # Exim test configuration 0298
 
-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 -----
 
@@ -36,7 +32,7 @@ begin transports
 
 t1:
   driver = appendfile
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   user = CALLER
 
 # End