SpamAssassin rule for DSPAM

SubSpace

Bass
I use my own mailserver with spamassassin at home. After the mail gets piped through DSPAM at JodoHost I'd like spamassassin to tag it (and adjust it's spam score).

I'm using this rule in the local.cf:

header DSPAM_SPAM X-DSPAM-Result =~ /Spam/
describe DSPAM_SPAM dspam marked spam
score DSPAM_SPAM 0.0

(the score is still 0 because I want to get an idea of the reliability first hand before I start deleting mail). It seems the rule isn't being triggered at all though.

I've restarted spamd. spamassassin --lint --debug gives no errors and mentions loading local.cf. The rule itself looks ok to me as well, so I'm running out of ideas :(
 
Back
Top