summaryrefslogtreecommitdiff
path: root/test/scripts/4000-scanning/4001
blob: 0234a3d5d6cff98a94c24d235bb2b6a101a98211 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# content scan interface: f-protd
#
server PORT_S
<GET
<
><summary code="11">
>*eof
****
#
#
#
exim -odi -bs
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 PORT_S
<GET
<
>
>
>
><detected type="foo">
><name>wibble</name>
><summary code="11">
>*eof
****
#
#
#
exim -odi -bs
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
****