Lookups: fix dbmnz crash on zero-length datum. Bug 3079
[exim.git] / test / confs / 0028
index cc0784b0624c8fac32825d7b08f214418dcaa76c..6ecf67501b69451671c1fb2085efaf40b012c0c4 100644 (file)
@@ -1,13 +1,8 @@
 # Exim test configuration 0028
 
-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
-tls_advertise_hosts =
 
 # ----- Main settings -----
 
@@ -60,6 +55,7 @@ dev_null:
 local_delivery:
   driver = appendfile
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   user = CALLER
 
 # End