On 2011-09-05 01:44, LuKreme wrote: > I’m getting a lot of spam recently that is in Japanese
> Can I, on a per user basis, jack up the scores for non-english email? > > In the ~/.spamassassin/user_prefs I have You may try to add a rule based on the mails' charset(s), something like mimeheader LOCAL_BAD_CHARSETS Content-Type =~ /charset=whatever/ score LOCAL_BAD_CHARSETS 1 Replace whatever with the unwanted charset(s) and adjust the score as wanted. Hope this helps, wolfgang