Implemented hosts_avoid_pipelining in the smtp transport.
[exim.git] / test / scripts / 0000-Basic / 0217
index c91d2425449b51fe711f1d4e8dd6f58a29bc59d9..5722eb4d2ff9aa1e30e00f5efecab135f0dfedd7 100644 (file)
@@ -316,4 +316,30 @@ RCPT TO
 exim -odi a b c d e 
 .
 ****
+# Discard retry data
+sudo rm DIR/spool/db/*
+#
+# Test hosts_avoid_pipelining
+server PORT_S
+220 Server ready
+EHLO
+250-OK
+250 PIPELINING
+MAIL FROM
+250 OK
+RCPT TO
+250 OK
+RCPT TO
+250 OK
+RCPT TO
+250 OK
+RCPT TO
+250 OK
+DATA
+351 Send more
+.
+250 OK
+****
+exim -v -odi -DHAP=hosts_avoid_pipelining=127.0.0.1 w x y z
+****
 no_msglog_check