From: "itdelany" <[EMAIL PROTECTED]>
Hi :) I successfully run spamassassin with bayes filter on my site and is working really really fine. But, this morning i noticed that an email i receive everyday from my server (It's from LogWatch application, it sends detailed log information from past events, like users logons and postfix statistics) So i run # sa-learn --progress --ham a0f3773f-bc37-4eae-b912-5339ea06735d.eml 100% [===========================================] 20.02 msgs/sec 00m00s DONE Learned tokens from 1 message(s) (1 message(s) examined) BUT the email keeps being caught as Spam by SpamAssassin, do i forgot something? What exactly --forget do ? How can i assure this email will not be considered spam in the future? Thanks PS: Email Source says this: X-Spam-Score: 7.182 X-Spam-Level: ******* X-Spam-Flag: YES
Did you run "sa-learn" as the same user that is active when the email is being scanned coming in? You do not give enough headers to diagnose the problem. WHAT spam rules hit, for example? That email may be going down in flames for other reasons than Bayes alone. {^_^}