SME 6.01 and spamassassin-3.1.1-1
I'm having problems receiving email from Japan to an SME Server in the USA. I believe any RBL I use blocks Japanese email. I've tried several different conservative lists, one at a time and still no mail from Japan. RBL set, overall spam reduced but no email from Japan. Remove RBL, Japanese email comes in but also lots of extra spam. The "SpamAssassin Sensitivity" and "Automatic deletion of spam above specific score" settings are working OK but a lot of other junk sneaks in without an RBL set.
Did this help me any?
I edited the /var/qmail/.spamassassin/user_prefs file according to notes within the file, but does this file have anything to do with the decision made by an RBL list comparison?
-----------------------------------------------------------------------------------
# Speakers of Asian languages, like Chinese, Japanese and Korean, will almost
# definitely want to uncomment the following lines. They will switch off some
# rules that detect 8-bit characters, which commonly trigger on mails using CJK
# character sets, or that assume a western-style charset is in use.
#
score HTML_COMMENT_8BITS 0
score UPPERCASE_25_50 0
score UPPERCASE_50_75 0
score UPPERCASE_75_100 0
score OBSCURED_EMAIL 0
# Speakers of any language that uses non-English, accented characters may wish
# to uncomment the following lines. They turn off rules that fire on
# misformatted messages generated by common mail apps in contravention of the
# email RFCs.
score SUBJ_ILLEGAL_CHARS 0
-------------------------------------------------------------------------------------
Within the same /var/qmail/.spamassassin/user_prefs file is a comment:
# Whitelist and blacklist addresses are now file-glob-style patterns, so
# "friend@somewhere.com", "*@isp.com", or "*.domain.net" will all work.
# whitelist_from someone@somewhere.com
So I added:
whitelist_from *@japanese-sending-domain.com
Will this whitelist japanese-sending-domain.com if it's blacklisted in an RBL?
Thanks for reading this post.
Regards,
Dean