git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix continued-transport with LIMITS
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0605
diff --git
a/test/scripts/0000-Basic/0605
b/test/scripts/0000-Basic/0605
index 625013100d80a7f1741db444bfce425bc9b63c83..ff3931b1659f71a7494fd8c9924b6c17b51bcf3a 100644
(file)
--- 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:<ralph@dustyshoes.tld>
-rcpt to:<bob@anotherone.tld>
-quit
+# Connection should be logged
+client HOSTIPV4 PORT_D
+??? 220
+QUIT
****
****
+#
+killdaemon