1 # content scan interface: spamassassin
3 # The spooled file for scanning includes the test-runner's user name
4 # hence size varies. Munge that.
8 # A good-comms test, returning not-spam.
9 # (we could use a second one that returns is-spam...)
24 <Content-type: text/plain
31 >Spam: False ; 4.5 / 5.0
33 >Spam detection software, running on the system "demo",
34 >has NOT identified this incoming email as spam. The original
35 >message has been attached to this so you can view it or label
36 >similar future email. If you have any questions, see
37 >@@CONTACT_ADDRESS@@ for details.
39 >Content preview: test [...]
41 >Content analysis details: (4.5 points, 5.0 required)
43 > pts rule name description
44 >---- ---------------------- --------------------------------------------------
45 >-1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP
46 > 1.2 MISSING_HEADERS Missing To: header
47 > 1.0 MISSING_FROM Missing From: header
48 > 1.8 MISSING_SUBJECT Missing Subject: header
49 > 1.4 MISSING_DATE Missing Date: header
50 > 0.1 MISSING_MID Missing Message-Id: header
54 exim -odi -oMt fromuser -bs
56 mail from:<fromuser@myhost.test.ex>
57 rcpt to:<userx@test.ex>
59 Content-type: text/plain
69 # Server spec line with timeout option, not exercised
70 # (could we cut down the massive content?)
85 <Content-type: text/plain
92 >Spam: False ; 4.5 / 5.0
94 >Spam detection software, running on the system "demo",
95 >has NOT identified this incoming email as spam. The original
96 >message has been attached to this so you can view it or label
97 >similar future email. If you have any questions, see
98 >@@CONTACT_ADDRESS@@ for details.
100 >Content preview: test [...]
102 >Content analysis details: (4.5 points, 5.0 required)
104 > pts rule name description
105 >---- ---------------------- --------------------------------------------------
106 >-1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP
107 > 1.2 MISSING_HEADERS Missing To: header
108 > 1.0 MISSING_FROM Missing From: header
109 > 1.8 MISSING_SUBJECT Missing Subject: header
110 > 1.4 MISSING_DATE Missing Date: header
111 > 0.1 MISSING_MID Missing Message-Id: header
115 exim -odi -oMt fromuser -bs -DOPT='127.0.0.1 7833 retry=10s'
117 mail from:<fromuser@myhost.test.ex>
118 rcpt to:<userx@test.ex>
120 Content-type: text/plain
129 # Server spec line with timeout option, exercised
144 <Content-type: text/plain
151 >Spam: False ; 4.5 / 5.0
153 >Spam detection software, running on the system "demo",
154 >has NOT identified this incoming email as spam. The original
155 >message has been attached to this so you can view it or label
156 >similar future email. If you have any questions, see
157 >@@CONTACT_ADDRESS@@ for details.
159 >Content preview: test [...]
161 >Content analysis details: (4.5 points, 5.0 required)
163 > pts rule name description
164 >---- ---------------------- --------------------------------------------------
165 >-1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP
166 > 1.2 MISSING_HEADERS Missing To: header
167 > 1.0 MISSING_FROM Missing From: header
168 > 1.8 MISSING_SUBJECT Missing Subject: header
169 > 1.4 MISSING_DATE Missing Date: header
170 > 0.1 MISSING_MID Missing Message-Id: header
174 exim -odi -oMt fromuser -bs -DOPT='127.0.0.1 7833 retry=4s'
176 mail from:<fromuser@myhost.test.ex>
177 rcpt to:<userx@test.ex>
179 Content-type: text/plain
188 # Multiple servers, prioritised, with timeout spec; first one fails
189 # List separator changed
204 <Content-type: text/plain
211 >Spam: False ; 4.5 / 5.0
213 >Spam detection software, running on the system "demo",
214 >has NOT identified this incoming email as spam. The original
215 >message has been attached to this so you can view it or label
216 >similar future email. If you have any questions, see
217 >@@CONTACT_ADDRESS@@ for details.
219 >Content preview: test [...]
221 >Content analysis details: (4.5 points, 5.0 required)
223 > pts rule name description
224 >---- ---------------------- --------------------------------------------------
225 >-1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP
226 > 1.2 MISSING_HEADERS Missing To: header
227 > 1.0 MISSING_FROM Missing From: header
228 > 1.8 MISSING_SUBJECT Missing Subject: header
229 > 1.4 MISSING_DATE Missing Date: header
230 > 0.1 MISSING_MID Missing Message-Id: header
234 exim -odi -oMt fromuser -bs -DOPT='<; 127.0.0.1 7833 ; HOSTIPV4 7834 pri=2 tmo=2s'
236 mail from:<fromuser@myhost.test.ex>
237 rcpt to:<userx@test.ex>
239 Content-type: text/plain