Logging: connection_reject log selector should apply also to the connect acl
[exim.git] / test / scripts / 0000-Basic / 0314
1 # host_reject_connection
2 need_ipv4
3 exim -DSERVER=server -bd -oX PORT_D
4 ****
5 client 127.0.0.1 PORT_D
6 ??? 554
7 ****
8 client HOSTIPV4 PORT_D
9 ??? 220
10 ****
11 killdaemon
12 exim -DSERVER=server -DLOG_SELECTOR=-connection_reject -bd -oX PORT_D
13 ****
14 client 127.0.0.1 PORT_D
15 ??? 554
16 ****
17 killdaemon