Update to protocol used by avast 2.2.0 (Multiline responses) (Bug 2112)
[exim.git] / test / scripts / 4017_scan_avast_multiline / 4017
1 # content scan interface: avast
2 ### clean |  multiline response
3 server DIR/eximdir/avast_sock
4 >LF>220 ready
5 <FLAGS -fullfiles
6 >LF>210 FLAGS DATA
7 >LF>FLAGS -fullfiles
8 >LF>FLAGS +extra
9 >LF>200 FLAGS OK
10 <SCAN
11 >LF>210 SCAN DATA
12 >LF>/bin/clean1 [+]
13 >LF>/bin/clean2 [+]
14 >LF>200 SCAN OK
15 <QUIT
16 *eof
17 ****
18 #
19 #
20 #
21 exim -odi -bs -DOPTION="FLAGS -fullfiles" -DINSERT=
22 ehlo test.ex
23 mail from:<>
24 rcpt to:<userx@test.ex>
25 data
26 Date: Fri, 17 Dec 2004 14:35:01 +0100
27 Subject: message should be accepted
28
29 .
30 quit
31 ****
32 #
33 #
34 ### clean and error | multiline response
35 server DIR/eximdir/avast_sock
36 >LF>220 ready
37 <SCAN
38 >LF>210 SCAN DATA
39 >LF>/bin/ok     [+]
40 >LF>/bin/error  [E]0.0
41 >LF>/bin/infected       [L]0.0  0 This is not even EICAR!
42 >LF>200 SCAN OK
43 <QUIT
44 *eof
45 ****
46 #
47 #
48 #
49 exim -odi -bs -DOPTION= -DINSERT=
50 ehlo test.ex
51 mail from:<>
52 rcpt to:<userx@test.ex>
53 data
54 Date: Fri, 17 Dec 2004 14:35:01 +0100
55 Subject: defer this one, the scanner had an error
56
57 .
58 quit
59 ****
60 #
61 #
62 # clean and infected | multiline response
63 server DIR/eximdir/avast_sock
64 >LF>220 ready
65 <SCAN
66 >LF>210 SCAN DATA
67 >LF>/bin/clean  [+]
68 >LF>v\\ i\\ a\\ r\\ u\\ s       [L]9.9  9 This ist not even an EICAR test virus.
69 >LF>200 SCAN OK
70 <QUIT
71 *eof
72 ****
73 #
74 #
75 #
76 exim -odi -bs -DOPTION= -DINSERT="/defer_ok"
77 ehlo test.ex
78 mail from:<>
79 rcpt to:<userx@test.ex>
80 data
81 Date: Fri, 17 Dec 2004 14:35:01 +0100
82 Subject: message should be rejected
83
84 .
85 quit
86 ****