Fix CVE-2016-1531
[exim.git] / test / confs / 4009
index b635195b61c60c2cd55444365852347e57c04b33..64d23053c4da3296248f9aed14abddbe669155ec 100644 (file)
@@ -1,7 +1,10 @@
 # Exim test configuration 4009
 # Content-scan: spamassassin interface
 
+OPT= 127.0.0.1 7833
+
 exim_path = EXIM_PATH
+keep_environment =
 host_lookup_order = bydns
 primary_hostname = myhost.test.ex
 spool_directory = DIR/spool
@@ -10,7 +13,7 @@ gecos_pattern = ""
 gecos_name = CALLER_NAME
 log_selector = +subject
 
-spamd_address = 127.0.0.1 7833
+spamd_address = OPT
 
 # ----- Main settings -----