Fix CVE-2016-1531
[exim.git] / test / confs / 4001
index 00406b4ee3598eff740a8c75432093325f404fb7..0ab60d1a40d83ddd2e11e3d5f30a93561b0bfc3c 100644 (file)
@@ -2,14 +2,16 @@
 # Content-scan: f-protd interface
 
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
 gecos_pattern = ""
 gecos_name = CALLER_NAME
+tls_advertise_hosts =
 
-av_scanner = f-protd : localhost PORT_S
+av_scanner = f-protd : localhost4 PORT_S
 
 # ----- Main settings -----
 
@@ -20,7 +22,7 @@ begin acl
 
 c_data:
   accept !malware = * OPT
-  deny  logwrite = malware_name $malware_name
+  deny  logwrite = $callout_address malware_name $malware_name
 
 # ----- Routers -----