hab auf meinem Server exim4 + spamassasin eingerichtet, was auch ganz gut funktioniert, aber im Header aller mails, die ich bekomme steht die X-Spam-Flag immer auf yes, auch bei mails mit sehr niedrigem spam score, wie bspw. hier:
Und hier meine spamassasin config dazu:X-Spam-Score: 0.2 (/)
X-Spam-Report: Spam detection software, running on the system "server.xxxxxxx", has
identified this incoming email as possible spam. The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email. If you have any questions, see
the administrator of that system for details.
Content preview: .......
Content analysis details: (0.2 points, 5.0 required)
pts rule name description
---- ---------------------- --------------------------------------------------
0.2 AWL AWL: From: address is in the auto white-list
X-Spam-Flag: YES
Code: Select all
rewrite_header Subject *****SPAM*****
bayes_auto_learn_threshold_nonspam 0.1
bayes_auto_learn_threshold_spam 12.0
bayes_auto_learn 1
use_bayes 1
Jemand ne Idee, was da falsch läuft?