Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Can I lower SpamAssassin points for CHARSET_FARAWAY_HEADER ?

Even though I have Chinese (zh) set as an accepted language in Server Admin, emails from Chinese correspondents still get graded with 3.2 points by the rule CHARSET FARAWAYHEADER (A foreign language charset used in headers).

In order to curb SPAM effectively I have my Minimum junk mail score set at 2... and BAYES and AWL are not enough negative points to allow the legit foreign language header emails through.

How can I modify this specific rule to a lesser amount?

Thanks!
Keith

G4 Dual 500 Power PC, Mac OS X (10.4.8), OSX Server

Posted on Jan 9, 2007 7:11 AM

Reply
Question marked as Best reply

Posted on Jan 9, 2007 7:34 AM

I get a lot of mail from Korea, and I've found several rules that can penalize a foreign sender.

You change score values in your local.cf file located at:

/etc/mail/spamassassin/local.cf

Just add something like ...

#Modified Scores
score CHARSET FARAWAYHEADER 2.2 #Reduce 3.2 score for foreign senders

This rule reduces the penalty for foreign senders to 2.2 from the 3.2 score. This is what I used and it seems to work pretty well.

You might also want to look at some other rules that can effect foreign senders. I've also modified the following:

score MIME BASE64TEXT 1.3 #Reduce 1.885 score for foreign senders
score MIME CHARSETFARAWAY 1.5 #Reduced 2.45 score for foreign senders

After you save the file, run

spamassassin -D --lint

and make sure everything looks good.

Then stop and restart mail.
5 replies
Question marked as Best reply

Jan 9, 2007 7:34 AM in response to Tiredhead

I get a lot of mail from Korea, and I've found several rules that can penalize a foreign sender.

You change score values in your local.cf file located at:

/etc/mail/spamassassin/local.cf

Just add something like ...

#Modified Scores
score CHARSET FARAWAYHEADER 2.2 #Reduce 3.2 score for foreign senders

This rule reduces the penalty for foreign senders to 2.2 from the 3.2 score. This is what I used and it seems to work pretty well.

You might also want to look at some other rules that can effect foreign senders. I've also modified the following:

score MIME BASE64TEXT 1.3 #Reduce 1.885 score for foreign senders
score MIME CHARSETFARAWAY 1.5 #Reduced 2.45 score for foreign senders

After you save the file, run

spamassassin -D --lint

and make sure everything looks good.

Then stop and restart mail.

Can I lower SpamAssassin points for CHARSET_FARAWAY_HEADER ?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.