diff options
author | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2018-03-10 04:30:56 +0100 |
---|---|---|
committer | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2018-03-12 20:39:33 +0100 |
commit | 71bb51e08dc03f768d19f237fed415bc74246de3 (patch) | |
tree | 4fbed8793eda114d7956792522ca6412c019c602 /test/stdout | |
parent | f48946eb9bad9060dd7430bcedfeaf1c4a48dc09 (diff) |
Update to protocol used by avast 2.2.0 (Multiline responses) (Bug 2112)
Based on a patch by Victor Ustugov.
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/4017 | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/test/stdout/4017 b/test/stdout/4017 new file mode 100644 index 000000000..e46e8f3fd --- /dev/null +++ b/test/stdout/4017 @@ -0,0 +1,76 @@ +### clean | multiline response +220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
+250-myhost.test.ex Hello CALLER at test.ex
+250-SIZE 52428800
+250-8BITMIME
+250-PIPELINING
+250 HELP
+250 OK
+250 Accepted
+354 Enter message, ending with "." on a line by itself
+250 OK id=10HmaZ-0005vi-00
+221 myhost.test.ex closing connection
+### clean and error | multiline response +220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
+250-myhost.test.ex Hello CALLER at test.ex
+250-SIZE 52428800
+250-8BITMIME
+250-PIPELINING
+250 HELP
+250 OK
+250 Accepted
+354 Enter message, ending with "." on a line by itself
+451 Temporary local problem - please try later
+221 myhost.test.ex closing connection
+220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
+250-myhost.test.ex Hello CALLER at test.ex
+250-SIZE 52428800
+250-8BITMIME
+250-PIPELINING
+250 HELP
+250 OK
+250 Accepted
+354 Enter message, ending with "." on a line by itself
+550 Administrative prohibition
+221 myhost.test.ex closing connection
+ +******** SERVER ******** +### clean | multiline response +Listening on TESTSUITE/eximdir/avast_sock ... +Connection request +>LF>220 ready +<FLAGS -fullfiles +>LF>210 FLAGS DATA +>LF>FLAGS -fullfiles +>LF>FLAGS +extra +>LF>200 FLAGS OK +<SCAN TESTSUITE/spool/scan/10HmaZ-0005vi-00 +>LF>210 SCAN DATA +>LF>/bin/clean1\x09[+] +>LF>/bin/clean2\x09[+] +>LF>200 SCAN OK +<QUIT +Expected EOF read from client +End of script +### clean and error | multiline response +Listening on TESTSUITE/eximdir/avast_sock ... +Connection request +>LF>220 ready +<SCAN TESTSUITE/spool/scan/10HmaX-0005vi-00 +>LF>210 SCAN DATA +>LF>/bin/ok\x09[+] +>LF>/bin/error\x09[E]0.0 +>LF>/bin/infected\x09[L]0.0\x090 This is not even EICAR! +>LF>200 SCAN OK +Unexpected EOF read from client +Listening on TESTSUITE/eximdir/avast_sock ... +Connection request +>LF>220 ready +<SCAN TESTSUITE/spool/scan/10HmaY-0005vi-00 +>LF>210 SCAN DATA +>LF>/bin/clean\x09[+] +>LF>v\\ i\\ a\\ r\\ u\\ s\x09[L]9.9\x099 This ist not even an EICAR test virus. +>LF>200 SCAN OK +<QUIT +Expected EOF read from client +End of script |