Spam does not get deleted

razRDJ

Verified User
Joined
May 14, 2013
Messages
8
I currently have setup SpamAssassin to delete any spam which is scored higher than 15 points. We are still receiving spam and by checking the header the SpamTally = 35. The SpamAssassin score is 3.5. required: 5.0. SpamAssassin is enabled on that account.

Shouldn't it delete these emails?

Code:
X-Spam-Score: 3.5 (+++)
X-Spam-Report: Spam detection software, running on the system "(myhostname)",
    has NOT identified this incoming email as spam. The original
    message has been attached to this so you can view it or label
    similar future email. If you have any questions, see
    the administrator of that system for details.
    Content preview: Auf dieses Angebot haben Sie gewartet: Firmendruck ohne Zusatzkosten
    auf Ihrem Schreiber! Sehr geehrte Damen und Herren, ohne Druckkosten sind
    jetzt hochwertige Metallkugelschreiber lieferbar. [...]
    Content analysis details: (3.5 points, 5.0 required)
    pts rule name description
    ---- ---------------------- --------------------------------------------------
    0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider
    (samatxtan[at]yahoo.com)
    0.0 DKIM_ADSP_CUSTOM_MED No valid author signature, adsp_override is
    CUSTOM_MED
    1.0 FORGED_YAHOO_RCVD 'From' yahoo.com does not match 'Received' headers
    1.3 RDNS_NONE Delivered to internal network by a host with no rDNS
    1.2 NML_ADSP_CUSTOM_MED ADSP custom_med hit, and not from a mailing list
SpamTally: Final spam score: 35
 
Back
Top