testcases for value return
[users/jgh/exim.git] / test / confs / 0178
index f13ae20da2be9986b3e3e0c2f7d53745e7c3ff04..2554e0a6c3f509e08568c26c01ef339165da4673 100644 (file)
@@ -1,12 +1,7 @@
 # Exim test configuration 0178
 
-exim_path = EXIM_PATH
-host_lookup_order = bydns
-rfc1413_query_timeout = 0s
-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 -----
 
@@ -31,7 +26,7 @@ begin transports
 
 appendfile:
   driver = appendfile
-  file = DIR/test-mail/$local_part
+  file = DIR/test-mail/${bless:$local_part}
   user = CALLER
 
 # End