> Menno van Bennekom wrote: >> I installed 3.10 on my testserver to compare some scores with my current >> 3.03 version. I only have the default checks. >> Some spam was not marked in 3.10 because checks like NIGERIAN_BODY* >> didn't >> get off. It seems that everything with 'NIGERIAN' in it is removed from >> /usr/share/spamassassin/*.cf in version 3.10. >> Any idea why? These checks were really important to me, I get a lot of >> Nigerian scams especially via hotmail. > > They're there, names just changed. Look for ADVANCE_FEE_ rules. These > still hit Nigerian style scams for me regular as well as more generic > scams. I did bump the scores for these rules up somewhat to help them > along... I saw these rules but I don't think they are the same, for example I get this spamassassin -D result on the spam-mail with 3.1.0 (NIGERIA is in my local.cf): X-Spam-Status: No, score=4.0 required=5.0 tests=BAYES_50,NEXT_OF_KIN,NIGERIA autolearn=no version=3.1.0
and this with the exact same mail in 3.0.3: X-Spam-Status: Yes, score=8.4 required=5.0 tests=BAYES_50,NEXT_OF_KIN, NIGERIA,NIGERIAN_BODY1,NIGERIAN_BODY2 autolearn=no version=3.0.3 Regards Menno