Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 0139
index a5a315e0aa75f041894a56f104f5d091d0ee0824..34ebb911e22558fcfe188d39d092e4b64ca44d21 100644 (file)
@@ -1,17 +1,13 @@
 # Exim test configuration 0139
 
-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 -----
 
 domainlist local_domains = exim.test.ex
 trusted_users = CALLER
+hosts_require_helo =
 
 acl_smtp_helo = check_helo
 acl_smtp_rcpt = check_recipient
@@ -35,6 +31,7 @@ check_vrfy:
   warn    dnslists = rbl.test.ex!==127.0.0.1
   warn    dnslists = rbl.test.ex!==127.0.0.3
   warn    dnslists = rbl.test.ex!==127.0.0.1,127.0.0.2
+  warn    dnslists = rbl.test.ex
   accept
 
 check_mail:
@@ -86,6 +83,7 @@ local_delivery:
   delivery_date_add
   envelope_to_add
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   return_path_add
   user = CALLER