diff options
Diffstat (limited to 'test/scripts/0000-Basic')
-rw-r--r-- | test/scripts/0000-Basic/0614 | 17 |
1 files changed, 17 insertions, 0 deletions
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 |