https://issues.apache.org/SpamAssassin/show_bug.cgi?id=7013

            Bug ID: 7013
           Summary: bayes_auto_learn_on not working
           Product: Spamassassin
           Version: 3.4.0
          Hardware: PC
                OS: Windows 7
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Regression Tests
          Assignee: [email protected]
          Reporter: [email protected]

>From the mailing list:

Look like BAYES_999 rules ignore the bayes_auto_learn_on_error 1 setting
And keep learning spam.


example

 spamd: result: Y 34 -
AWL,AXB_XMAILER_MIMEOLE_OL_024C2,BAYES_999,DKIM_ADSP_CUSTOM_MED,FORGED_MUA_OUTLOOK,FORGED_OUTLOOK_HTML,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,FREEMAIL_REPLYTO,FROM_MISSPACED,FROM_MISSP_EH_MATCH,FROM_MISSP_FREEMAIL,FROM_MISSP_MSFT,FROM_MISSP_REPLYTO,FSL_MISSP_REPLYTO,HTML_IMAGE_RATIO_04,HTML_MESSAGE,MIME_HTML_ONLY,MISSING_HEADERS,MISSING_MID,NML_ADSP_CUSTOM_MED,REPLYTO_WITHOUT_TO_CC,SPF_SOFTFAIL,SUBJECT_NEEDS_ENCODING,SUBJ_ILLEGAL_CHARS,TO_NO_BRKTS_MSFT,T_FROM_MISSP_DKIM,T_REMOTE_IMAGEscantime=1.2,size=13582,user=XXX,uid=XXX,required_score=7.0,rhost=localhost,raddr=127.0.0.1,rport=41822,mid=XXX,bayes=0.999501,autolearn=spam


spamd: result: Y 14 -
AXB_ONMS_LEAKS,AXB_X_FF_SEZ_S,BAYES_999,FILL_THIS_FORM,FILL_THIS_FORM_LOAN,FILL_THIS_FORM_LONG,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,FREEMAIL_REPLYTO,FREEMAIL_REPLYTO_END_DIGIT,HTML_MESSAGE,LOTS_OF_MONEY,MONEY_FORM,SPF_HELO_PASS,SPF_PASSscantime=2.1,size=6763,user=XXX,uid=XXX,required_score=7.0,rhost=localhost,raddr=127.0.0.1,rport=38425,mid=XXXX,bayes=1.000000,autolearn=spam



grep "BAYES_999," /var/log/maillog|grep -c "autolearn=spam"
1059

grep "BAYES_99," /var/log/maillog|grep -c "autolearn=spam"
0 


KAM: Looks like the autolearn function is hard-coded to BAYES_99.  Fixing now.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to