Feature macros, show-supported and build-time selection for malware interfaces
[exim.git] / test / scripts / 4014_scan_sock / 4014
1 # content scan interface: sock
2 need_ipv4
3 munge loopback
4 #
5 server PORT_S
6 /
7 >LF>RESULT: OK
8 ****
9 #
10 #
11 #
12 exim -odi -bs -DOPT=
13 ehlo test.ex
14 mail from:<>
15 rcpt to:<userx@test.ex>
16 data
17 Date: Fri, 17 Dec 2004 14:35:01 +0100
18 Subject: message should be accepted
19
20 .
21 quit
22 ****
23 #
24 #
25 #
26 server PORT_S
27 /
28 >LF>RESULT: BAD
29 >LF>NAME: wibble
30 ****
31 #
32 #
33 #
34 exim -odi -bs -DOPT=
35 ehlo test.ex
36 mail from:<>
37 rcpt to:<userx@test.ex>
38 data
39 Date: Fri, 17 Dec 2004 14:35:01 +0100
40 Subject: message should be rejected
41
42 due to the server response (above)
43 .
44 quit
45 ****