git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Memory management: when running under the testsuite, check every string variable...
[exim.git]
/
test
/
scripts
/
0000-Basic
/
0614
1
# hosts_connection_nolog versus sender_host lists caching
2
exim -bd -DSERVER=server -oX PORT_D
3
****
4
#
5
# Will not log connection due to hosts_connection_nolog
6
client 127.0.0.1 PORT_D
7
??? 220
8
QUIT
9
****
10
#
11
# Connection should be logged
12
client HOSTIPV4 PORT_D
13
??? 220
14
QUIT
15
****
16
#
17
killdaemon