X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/4a452c432a063c45bca4079acb5f654cb0ec5d6d..b9ecb570888756a645781505fbcd1b70c93216a5:/test/scripts/0000-Basic/0605 diff --git a/test/scripts/0000-Basic/0605 b/test/scripts/0000-Basic/0605 index 79652be65..ff3931b16 100644 --- a/test/scripts/0000-Basic/0605 +++ b/test/scripts/0000-Basic/0605 @@ -1,10 +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 +**** # +# 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