summaryrefslogtreecommitdiff
path: root/test/scripts
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2007-02-06 14:49:13 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2007-02-06 14:49:13 +0000
commitc51b8e75b2fe31282ea1526ed556d7d9402d543f (patch)
tree2b38cf8b46359f8d9e46ab6aa03ce5a6c9b76ba0 /test/scripts
parent09945f1e758a9c9268423e53d2cee2c6c631f465 (diff)
Implemented hosts_avoid_pipelining in the smtp transport.
Diffstat (limited to 'test/scripts')
-rw-r--r--test/scripts/0000-Basic/021726
1 files changed, 26 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0217 b/test/scripts/0000-Basic/0217
index c91d24254..5722eb4d2 100644
--- a/test/scripts/0000-Basic/0217
+++ b/test/scripts/0000-Basic/0217
@@ -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