1 # content scan interface: spamassassin
3 # A good-comms test, returning not-spam.
4 # (we could use a second one that returns is-spam...)
18 <Content-type: text/plain
25 >Spam: False ; 4.5 / 5.0
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.
33 >Content preview: test [...]
35 >Content analysis details: (4.5 points, 5.0 required)
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
51 rcpt to:<userx@test.ex>
53 Content-type: text/plain
63 # Server spec line with timeout option, not exercised
64 # (could we cut down the massive content?)
78 <Content-type: text/plain
85 >Spam: False ; 4.5 / 5.0
87 >Spam detection software, running on the system "demo",
88 >has NOT identified this incoming email as spam. The original
89 >message has been attached to this so you can view it or label
90 >similar future email. If you have any questions, see
91 >@@CONTACT_ADDRESS@@ for details.
93 >Content preview: test [...]
95 >Content analysis details: (4.5 points, 5.0 required)
97 > pts rule name description
98 >---- ---------------------- --------------------------------------------------
99 >-1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP
100 > 1.2 MISSING_HEADERS Missing To: header
101 > 1.0 MISSING_FROM Missing From: header
102 > 1.8 MISSING_SUBJECT Missing Subject: header
103 > 1.4 MISSING_DATE Missing Date: header
104 > 0.1 MISSING_MID Missing Message-Id: header
108 exim -odi -bs -DOPT='127.0.0.1 7833 retry=10s'
111 rcpt to:<userx@test.ex>
113 Content-type: text/plain
122 # Server spec line with timeout option, exercised
136 <Content-type: text/plain
143 >Spam: False ; 4.5 / 5.0
145 >Spam detection software, running on the system "demo",
146 >has NOT identified this incoming email as spam. The original
147 >message has been attached to this so you can view it or label
148 >similar future email. If you have any questions, see
149 >@@CONTACT_ADDRESS@@ for details.
151 >Content preview: test [...]
153 >Content analysis details: (4.5 points, 5.0 required)
155 > pts rule name description
156 >---- ---------------------- --------------------------------------------------
157 >-1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP
158 > 1.2 MISSING_HEADERS Missing To: header
159 > 1.0 MISSING_FROM Missing From: header
160 > 1.8 MISSING_SUBJECT Missing Subject: header
161 > 1.4 MISSING_DATE Missing Date: header
162 > 0.1 MISSING_MID Missing Message-Id: header
166 exim -odi -bs -DOPT='127.0.0.1 7833 retry=4s'
169 rcpt to:<userx@test.ex>
171 Content-type: text/plain
180 # Multiple servers, prioritised, with timeout spec; first one fails
181 # List separator changed
195 <Content-type: text/plain
202 >Spam: False ; 4.5 / 5.0
204 >Spam detection software, running on the system "demo",
205 >has NOT identified this incoming email as spam. The original
206 >message has been attached to this so you can view it or label
207 >similar future email. If you have any questions, see
208 >@@CONTACT_ADDRESS@@ for details.
210 >Content preview: test [...]
212 >Content analysis details: (4.5 points, 5.0 required)
214 > pts rule name description
215 >---- ---------------------- --------------------------------------------------
216 >-1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP
217 > 1.2 MISSING_HEADERS Missing To: header
218 > 1.0 MISSING_FROM Missing From: header
219 > 1.8 MISSING_SUBJECT Missing Subject: header
220 > 1.4 MISSING_DATE Missing Date: header
221 > 0.1 MISSING_MID Missing Message-Id: header
225 exim -odi -bs -DOPT='<; 127.0.0.1 7833 ; ::1 7834 pri=2 tmo=2s'
228 rcpt to:<userx@test.ex>
230 Content-type: text/plain