From ce3258931d05becb2c87f17d80ee7c4b01f5a55a Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Thu, 17 Dec 2015 23:22:09 +0000 Subject: Fix hosts_connection_nolog ensuring that sender_host_cache is not incorrectly filled in by the daemon, where the sender_host will be varying. --- test/scripts/0000-Basic/0614 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 test/scripts/0000-Basic/0614 (limited to 'test/scripts') diff --git a/test/scripts/0000-Basic/0614 b/test/scripts/0000-Basic/0614 new file mode 100644 index 000000000..ff3931b16 --- /dev/null +++ b/test/scripts/0000-Basic/0614 @@ -0,0 +1,17 @@ +# 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 +**** +# +# Connection should be logged +client HOSTIPV4 PORT_D +??? 220 +QUIT +**** +# +killdaemon -- cgit v1.2.3