Fix $regex<n> use-after-free. Bug 2915
[exim.git] / test / confs / 4201
index 9242eb063b3553372be960d025721ae6f78a77ae..376cea5bd2840e62f17101576d1760f9165d9f68 100644 (file)
@@ -117,6 +117,7 @@ local_delivery:
   delivery_date_add
   envelope_to_add
   file = DIR/test-mail/$local_part
+  create_file = DIR/test-mail
   headers_add = "X-body-linecount: $body_linecount\n\
                  X-message-linecount: $message_linecount\n\
                  X-received-count: $received_count"
@@ -124,5 +125,9 @@ local_delivery:
 
 rmt_smtp:
   driver = smtp
+  hosts_try_fastopen = :
+.ifdef STRICT
+  utf8_downconvert = STRICT
+.endif
 
 # End