Hi list, I received a message from a friend, fetched the message by using POP3 and passed it to spamassassin. It marked the message as spam. I know this is not the intended use of spamassassin, but is there any chance that I can circumvent this kind of false positives?
Here are the headers: Received: from web.de by mxint02.web.de with esmtp (WEB.DE 4.110 #2) id 1PshFE-0003cY-00 for aaa...@web.de; Thu, 24 Feb 2011 20:53:00 +0100 Received: from mwmweb019 ( [172.20.18.28]) by fmmailgate06.web.de (Postfix) with ESMTP id 24649899FC4 for <aaa...@web.de>; Thu, 24 Feb 2011 20:53:00 +0100 (CET) Received: from [78.55.199.104] by mwmweb019 with HTTP; Thu Feb 24 20:53:00 CET 2011 Message-ID: <429666097.231800.1298577180140.JavaMail.fmail@mwmweb019> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_230494_250017406.1298577089175" Date: Thu, 24 Feb 2011 20:53:00 +0100 (CET) From: "afried" <bbb...@web.de> To: aaa...@web.de Subject: Zeugnisse And here's the result from spamassassin: Inhaltsanalyse im Detail: (6.4 Punkte, 5.0 benötigt) Pkte Regelname Beschreibung ---- ---------------------- -------------------------------------------------- 3.3 RCVD_IN_PBL RBL: Received via a relay in Spamhaus PBL [78.55.199.104 listed in zen.spamhaus.org] 0.0 RCVD_IN_SORBS_DUL RBL: SORBS: Senderechner nur temporär mit Internet verbunden [78.55.199.104 listed in dnsbl.sorbs.net] 1.4 RCVD_IN_BRBL_LASTEXT RBL: RCVD_IN_BRBL_LASTEXT [78.55.199.104 listed in bb.barracudacentral.org] 0.5 RCVD_IN_SEMBLACK RBL: Received from an IP listed by SEM-BLACK [78.55.199.104 listed in bl.spameatingmonkey.net] 0.0 FREEMAIL_FROM Sender email is freemail (BBBBBB[at]web.de) -1.9 BAYES_00 BODY: Spamwahrscheinlichkeit nach Bayes-Test: 0-1% [score: 0.0000] 1.4 HTML_IMAGE_ONLY_28 BODY: HTML: images with 2400-2800 bytes of words 0.0 HTML_MESSAGE BODY: Nachricht enthält HTML 0.7 MIME_HTML_ONLY BODY: MIME-Nachricht besteht nur aus HTML -0.3 AWL AWL: From: address is in the auto white-list 0.8 RDNS_NONE Delivered to internal network by a host with no rDNS 0.4 HTML_MIME_NO_HTML_TAG Nachricht besteht nur aus HTML, hat aber kein "html"-Element 0.0 T_REMOTE_IMAGE Message contains an external image 0.0 T_TO_NO_BRKTS_FREEMAIL T_TO_NO_BRKTS_FREEMAIL 0.0 T_FREEMAIL_DOC_PDF MS document or PDF attachment, from freemail Thanks for your help. Stefan