https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5936
Summary: spamc -L spam adds from address to autowhitelist
Product: Spamassassin
Version: 3.2.4
Platform: PC
OS/Version: Linux
Status: NEW
Severity: major
Priority: P5
Component: spamc/spamd
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
If I pass a spam message to spamc to learn it as spam "spamc -L spam <
spammessage", it adds -50 to the AWL for the senders email address.
It does give the message a BAYES_99 score when testing the result with "spamc
-R < spammessage" a second time.
Here are the before and after results:
BEFORE spamc -L spam
pts rule name description
---- ---------------------- --------------------------------------------------
0.7 SPF_NEUTRAL SPF: sender does not match SPF record (neutral)
2.1 SUBJ_ALL_CAPS Subject is all capitals
1.3 MISSING_HEADERS Missing To: header
-1.1 BAYES_05 BODY: Bayesian spam probability is 1 to 5%
[score: 0.0135]
0.8 MSOE_MID_WRONG_CASE MSOE_MID_WRONG_CASE
3.1 FORGED_MUA_OUTLOOK Forged mail pretending to be from MS Outlook
-1.1 AWL AWL: From: address is in the auto white-list
AFTER spamc -L spam
pts rule name description
---- ---------------------- --------------------------------------------------
3.5 BAYES_99 BODY: Bayesian spam probability is 99 to 100%
[score: 1.0000]
0.7 SPF_NEUTRAL SPF: sender does not match SPF record (neutral)
2.1 SUBJ_ALL_CAPS Subject is all capitals
1.3 MISSING_HEADERS Missing To: header
0.8 MSOE_MID_WRONG_CASE MSOE_MID_WRONG_CASE
3.1 FORGED_MUA_OUTLOOK Forged mail pretending to be from MS Outlook
-51 AWL AWL: From: address is in the auto white-list
thanks.
--
Configure bugmail:
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.