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/scripts | |
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/scripts')
-rw-r--r-- | test/scripts/4017_scan_avast_multiline/4017 | 86 | ||||
-rw-r--r-- | test/scripts/4017_scan_avast_multiline/REQUIRES | 2 |
2 files changed, 88 insertions, 0 deletions
diff --git a/test/scripts/4017_scan_avast_multiline/4017 b/test/scripts/4017_scan_avast_multiline/4017 new file mode 100644 index 000000000..d075825b8 --- /dev/null +++ b/test/scripts/4017_scan_avast_multiline/4017 @@ -0,0 +1,86 @@ +# content scan interface: avast +### clean | multiline response +server DIR/eximdir/avast_sock +>LF>220 ready +<FLAGS -fullfiles +>LF>210 FLAGS DATA +>LF>FLAGS -fullfiles +>LF>FLAGS +extra +>LF>200 FLAGS OK +<SCAN +>LF>210 SCAN DATA +>LF>/bin/clean1 [+] +>LF>/bin/clean2 [+] +>LF>200 SCAN OK +<QUIT +*eof +**** +# +# +# +exim -odi -bs -DOPTION="FLAGS -fullfiles" -DINSERT= +ehlo test.ex +mail from:<> +rcpt to:<userx@test.ex> +data +Date: Fri, 17 Dec 2004 14:35:01 +0100 +Subject: message should be accepted + +. +quit +**** +# +# +### clean and error | multiline response +server DIR/eximdir/avast_sock +>LF>220 ready +<SCAN +>LF>210 SCAN DATA +>LF>/bin/ok [+] +>LF>/bin/error [E]0.0 +>LF>/bin/infected [L]0.0 0 This is not even EICAR! +>LF>200 SCAN OK +<QUIT +*eof +**** +# +# +# +exim -odi -bs -DOPTION= -DINSERT= +ehlo test.ex +mail from:<> +rcpt to:<userx@test.ex> +data +Date: Fri, 17 Dec 2004 14:35:01 +0100 +Subject: defer this one, the scanner had an error + +. +quit +**** +# +# +# clean and infected | multiline response +server DIR/eximdir/avast_sock +>LF>220 ready +<SCAN +>LF>210 SCAN DATA +>LF>/bin/clean [+] +>LF>v\\ i\\ a\\ r\\ u\\ s [L]9.9 9 This ist not even an EICAR test virus. +>LF>200 SCAN OK +<QUIT +*eof +**** +# +# +# +exim -odi -bs -DOPTION= -DINSERT="/defer_ok" +ehlo test.ex +mail from:<> +rcpt to:<userx@test.ex> +data +Date: Fri, 17 Dec 2004 14:35:01 +0100 +Subject: message should be rejected + +. +quit +**** diff --git a/test/scripts/4017_scan_avast_multiline/REQUIRES b/test/scripts/4017_scan_avast_multiline/REQUIRES new file mode 100644 index 000000000..d5a69793c --- /dev/null +++ b/test/scripts/4017_scan_avast_multiline/REQUIRES @@ -0,0 +1,2 @@ +support Content_Scanning +malware avast |