Docs: add explicit warnings for some variables likely tainted
[exim.git] / test / confs / 0495
index 5bfec709fce870b38175255250d505967d2ac69c..dc1a394b0a4c3f82d031fab9a98676a03ca214a2 100644 (file)
@@ -64,6 +64,7 @@ t1:
   driver = smtp
   hosts = 127.0.0.1 : HOSTIPV4
   port = PORT_S
   driver = smtp
   hosts = 127.0.0.1 : HOSTIPV4
   port = PORT_S
+  hosts_try_fastopen = :
   allow_localhost
   command_timeout = 1s
 
   allow_localhost
   command_timeout = 1s
 
@@ -71,6 +72,7 @@ t2:
   driver = smtp
   hosts = V4NET.9.8.7
   port = PORT_S
   driver = smtp
   hosts = V4NET.9.8.7
   port = PORT_S
+  hosts_try_fastopen = :
 
 t3:
   driver = appendfile
 
 t3:
   driver = appendfile
@@ -81,5 +83,6 @@ t4:
   driver = smtp
   hosts = V4NET.10.10.10
   port = nonexistent
   driver = smtp
   hosts = V4NET.10.10.10
   port = nonexistent
+  hosts_try_fastopen = :
 
 # End
 
 # End