diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-01-30 11:45:20 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-01-30 11:45:20 +0000 |
commit | cf8b11a5399e64e50b6cd58f56a98197aca599d8 (patch) | |
tree | 9212bab3a24fa7e7cebe1d6896d9519624569115 /test/stdout | |
parent | 094a9ec3772cfee192263fce6346a47b6c472bee (diff) |
Add control=no_pipelining.
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/0549 | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/test/stdout/0549 b/test/stdout/0549 new file mode 100644 index 000000000..6fc4bf160 --- /dev/null +++ b/test/stdout/0549 @@ -0,0 +1,30 @@ +Connecting to 127.0.0.1 port 1225 ... connected +??? 220 +<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000 +>>> ehlo abcd +??? 250- +<<< 250-myhost.test.ex Hello abcd [127.0.0.1] +??? 250- +<<< 250-SIZE 52428800 +??? 250 +<<< 250 HELP +>>> quit +??? 221 +<<< 221 myhost.test.ex closing connection +End of script +Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected +??? 220 +<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000 +>>> ehlo abcd +??? 250- +<<< 250-myhost.test.ex Hello abcd [ip4.ip4.ip4.ip4] +??? 250- +<<< 250-SIZE 52428800 +??? 250- +<<< 250-PIPELINING +??? 250 +<<< 250 HELP +>>> quit +??? 221 +<<< 221 myhost.test.ex closing connection +End of script |