SECURITY: Avoid integer overflow on too many recipients
[exim.git] / test / confs / 0900
index 2409f395ec4b19b2e6708c0e99065fe8edfb45f0..a56ec0e5cb0a5a1e5d4e995f4bf21418feb9e674 100644 (file)
@@ -23,7 +23,9 @@ pipelining_connect_advertise_hosts = :
 .ifdef _HAVE_DMARC
 dmarc_tld_file =
 .endif
-
+.ifdef _OPT_MAIN_LIMITS_ADVERTISE_HOSTS
+limits_advertise_hosts = !*
+.endif
 
 # ----- Main settings -----
 
@@ -96,7 +98,8 @@ local_delivery:
   driver = appendfile
   delivery_date_add
   envelope_to_add
-  file = DIR/test-mail/${bless:$local_part}
+  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"