Sorry, my German isn't up to writing this in German, so it will have to be English.
I have written a new plugin for Spamihilator which looks for the X-Spam-Status header, which is set by SpamAssassin, and uses the values found there to determine whether the email is spam or not. This is useful when your mail server or ISP is running SpamAssassin.
It looks at the score, and the required score:
- If the score is negative, then it has been whitelisted in some way by SpamAssassin, so is reported as Not Spam.
- If the score is greater than the required score, then SpamAssassin is confident that it is spam, so it is reported as Spam, with probability of 100%.
- If the score is between 0 and the required score, then it is reported as Unsure, and the probability set to be score / required score. I don't know whether this probability is used for anything, but if it were possible for Spamihilator to make a decision based on the probabilities reported by more than one filter, this could be useful.
Anyway, I hope you find this useful:
TrustSpamAssassinHeaders-0.5.exe
Alex
edit 2007-02-06: Now with installer!