On Wed, 17 Jun 2015 17:19:43 +0200 Dieter Scholz wrote: > My problem is: The bayes filter does (auto-)learn ham mails but no > spam mails. In my logs I found spam mails that have a very high score > and should be autolearned. I think my bayes setup is correct, because > ham mails are learned as expected.
Autolearning is based on a different score to the one used for classification. It uses the rule scores that would be used if Bayes were disabled and ignores some type of rule altogether. For spam you need 3 points from *both* the headers and the body. It probably is working correctly, as far as I can tell you haven't actually established that no spam is being autolearned.