# Long ACL delay, truncated
-munge debug_pid
need_ipv4
#
# We want the debug note of a truncated delay
+# "delay cancelled by peer close"
+# This is known to fail on MacOS, which lacks the require POLLRDHUP.
+#
exim -d-all+acl -DSERVER=server -odq -bd -oX PORT_D
****
#
# Server delays 4s before accepting RCPT
client 127.0.0.1 PORT_D
??? 220
+helo test
+??? 250
mail from:<x@y.test.ex>
??? 250
rcpt to:<delay4_accept@y.test.ex>
# but client closes connection
client 127.0.0.1 PORT_D
??? 220
+helo test
+??? 250
mail from:<x@y.test.ex>
??? 250
rcpt to:<delay4_accept@y.test.ex>