Fix CVE-2016-1531
[exim.git] / test / confs / 0462
index 31560b90f7f8980ebda464d9027b3866c532ca01..84b63e1e4ad7a28a2e6af9f38424b621f553cb7f 100644 (file)
@@ -1,13 +1,16 @@
 # Exim test configuration 0462
 
+SELECTOR=
+
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
-rfc1413_query_timeout = 0s
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
 gecos_pattern = ""
 gecos_name = CALLER_NAME
+tls_advertise_hosts =
 
 # ----- Main settings -----
 
@@ -15,6 +18,7 @@ domainlist local_domains = test.ex
 
 acl_smtp_rcpt = $local_part
 smtp_return_error_details
+log_selector = SELECTOR
 
 # ----- ACL -----