I was tweaking my spamassassin rules and settings today and I noticed something strange. I was using spamassassin command-line to test out the spam scoring and I found that the command-line score was different than the score on the original email.
Here's an example from my mailbox:
Here's the command-line version:
The command-line is doing a better job of scoring. Why? How can i fix this?
Keefe
Here's an example from my mailbox:
Code:
Content preview: 100mg x 10 pills US $ 69.95 buy now http://classyedguide.com.es
[...]
Content analysis details: (6.6 points, 3.5 required)
pts rule name description
---- ---------------------- --------------------------------------------------
3.5 BAYES_99 BODY: Bayesian spam probability is 99 to 100%
[score: 1.0000]
0.0 STOX_REPLY_TYPE STOX_REPLY_TYPE
1.2 DRUG_ED_SILD BODY: Talks about an E.D. drug using its chemical name
1.5 URIBL_SBL Contains an URL listed in the SBL blocklist
[URIs: classyedguide.com.es]
0.3 DRUGS_ERECTILE Refers to an erectile drug
0.1 RDNS_NONE Delivered to trusted network by a host with no rDNS
Here's the command-line version:
Code:
Content preview: 100mg x 10 pills US $ 69.95 buy now http://classyedguide.com.es
[...]
Content analysis details: (7.9 points, 5.0 required)
pts rule name description
---- ---------------------- --------------------------------------------------
2.0 URIBL_BLACK Contains an URL listed in the URIBL blacklist
[URIs: classyedguide.com.es]
0.0 STOX_REPLY_TYPE STOX_REPLY_TYPE
-0.0 NO_RELAYS Informational: message was not relayed via SMTP
0.0 DRUG_ED_SILD BODY: Talks about an E.D. drug using its chemical name
2.5 URIBL_SBL Contains an URL listed in the SBL blocklist
[URIs: classyedguide.com.es]
0.6 DRUGS_ERECTILE Refers to an erectile drug
-0.0 NO_RECEIVED Informational: message has no Received headers
2.8 RATWARE_MS_HASH Bulk email fingerprint (msgid ms hash) found
0.0 AWL AWL: From: address is in the auto white-list
The command-line is doing a better job of scoring. Why? How can i fix this?
Keefe