X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/7da3cb7c81fbe0ae154b2b5f89f79dc80264f699..36bee217cba7c61313cce8e4a4a0c477db421dd0:/test/scripts/0000-Basic/0605 diff --git a/test/scripts/0000-Basic/0605 b/test/scripts/0000-Basic/0605 index 625013100..ff3931b16 100644 --- a/test/scripts/0000-Basic/0605 +++ b/test/scripts/0000-Basic/0605 @@ -1,11 +1,17 @@ -# dns retry in hostlist -# Exim test configuration 0605 +# hosts_connection_nolog versus sender_host lists caching +exim -bd -DSERVER=server -oX PORT_D +**** # -need_ipv4 +# Will not log connection due to hosts_connection_nolog +client 127.0.0.1 PORT_D +??? 220 +QUIT +**** # -exim -bh HOSTIPV4 -helo test -mail from: -rcpt to: -quit +# Connection should be logged +client HOSTIPV4 PORT_D +??? 220 +QUIT **** +# +killdaemon