diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-12-21 21:35:04 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-12-21 21:35:04 +0000 |
commit | b3c1e80e7d0d7d7eeb6a2044933c25d8f8524f0a (patch) | |
tree | 054b62685863ea8358e1c9548c544240a2e09919 /test/scripts/4000-scanning | |
parent | b28e663219a4fa5046826d948796b982c608a6c9 (diff) |
Testsuite: case for malware= avast
Diffstat (limited to 'test/scripts/4000-scanning')
-rw-r--r-- | test/scripts/4000-scanning/4006 | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/test/scripts/4000-scanning/4006 b/test/scripts/4000-scanning/4006 new file mode 100644 index 000000000..af9af4964 --- /dev/null +++ b/test/scripts/4000-scanning/4006 @@ -0,0 +1,80 @@ +# content scan interface: avast +# +server DIR/eximdir/avast_sock +>LF>220 ready +<FLAGS -fullfiles +>LF>210 FLAGS DATA +>LF>200 FLAGS OK +<SCAN +>LF>210 SCAN DATA +>LF>blah [+] +>LF>200 SCAN OK +<QUIT +<*eof +**** +# +# +# +exim -odi -bs -DOPTION="FLAGS -fullfiles" +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 +**** +# +# +# +server DIR/eximdir/avast_sock +>LF>220 ready +<SCAN +>LF>210 SCAN DATA +>LF>blah [E] +>LF>200 SCAN OK +<QUIT +<*eof +**** +# +# +# +exim -odi -bs -DOPTION= +ehlo test.ex +mail from:<> +rcpt to:<userx@test.ex> +data +Date: Fri, 17 Dec 2004 14:35:01 +0100 +Subject: defer this one + +. +quit +**** +# +# +# +server DIR/eximdir/avast_sock +>LF>220 ready +<SCAN +>LF>210 SCAN DATA +>LF>b\ l\ a\ h [L]9.9 9 VNAME +>LF>200 SCAN OK +<QUIT +<*eof +**** +# +# +# +exim -odi -bs -DOPTION= +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 +**** |