Fix CVE-2016-1531
[exim.git] / test / confs / 0256
index 669fdb114bcbd938af804ab6172c0c87ca3e2c1e..1013be6afb96c8f66b76948c7aea77b4ff3d78e0 100644 (file)
@@ -1,9 +1,9 @@
 # Exim test configuration 0256
 
 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 = ""
@@ -11,8 +11,11 @@ gecos_name = CALLER_NAME
 
 # ----- Main settings -----
 
+acl_smtp_rcpt = accept
 qualify_domain = test.ex
-errors_copy = *@* abcd@test.ex
+errors_copy = *@* ${quote_local_part::abcd+$domain+\
+  ${if eq{$local_part}{CALLER}{xxxx}{$local_part}}}@test.ex
+trusted_users = CALLER
 
 
 # ------ Routers ------