update to pre-4.87 master
[exim.git] / test / scripts / 4015-scan-ipv6 / 4015
1 # content scan interface: spamassassin / ipv6
2 #
3 # Multiple servers, prioritised, with timeout spec; first one fails
4 # List separator changed
5 server 7833
6 <REPORT SPAMC
7 <User:
8 <Content-length:
9 <
10 <From 
11 <X-Envelope-From
12 <X-Envelope-To
13 <Received: 
14 <       by 
15 <       (envelope
16 <       id 
17 <       for 
18 <Content-type: text/plain
19 <Message-Id:
20 <From:
21 <Date:
22 <
23 <test
24 >SPAMD/1.1 0 EX_OK
25 >Spam: False ; 4.5 / 5.0
26 >
27 >Spam detection software, running on the system "demo",
28 >has NOT identified this incoming email as spam.  The original
29 >message has been attached to this so you can view it or label
30 >similar future email.  If you have any questions, see
31 >@@CONTACT_ADDRESS@@ for details.
32 >
33 >Content preview:  test [...] 
34 >
35 >Content analysis details:   (4.5 points, 5.0 required)
36 >
37 > pts rule name              description
38 >---- ---------------------- --------------------------------------------------
39 >-1.0 ALL_TRUSTED            Passed through trusted hosts only via SMTP
40 > 1.2 MISSING_HEADERS        Missing To: header
41 > 1.0 MISSING_FROM           Missing From: header
42 > 1.8 MISSING_SUBJECT        Missing Subject: header
43 > 1.4 MISSING_DATE           Missing Date: header
44 > 0.1 MISSING_MID            Missing Message-Id: header
45 >
46 *eof
47 ****
48 exim -odi -bs -DOPT='<; 127.0.0.1 7833 ; ::1 7834 pri=2 tmo=2s'
49 ehlo test.ex
50 mail from:<>
51 rcpt to:<userx@test.ex>
52 data
53 Content-type: text/plain
54
55 test
56 .
57 quit
58 ****
59 #
60 #