Most seem to get through for me. What are you doing to catch them?
I added this too local.conf and it did not help at all:
#ok_languages en es fr de cs da lv nl pl sv
ok_languages en
TextCat appears to be enabled in v310.pre:
# TextCat - language guesser
#
loadplugin Mail::SpamAssassin::Plugin::TextCat
Hear is the typical hits I get on a message:
X-Spam-Status: No, score=3.4 required=5.0 tests=BODY_8BITS,HTML_MESSAGE,
MIME_HTML_ONLY,RCVD_IN_BRBL_LASTEXT,RP_MATCHES_RCVD,SPF_PASS
autolearn=no
version=3.3.1
X-Spam-Report:
* 1.6 RCVD_IN_BRBL_LASTEXT RBL: RCVD_IN_BRBL_LASTEXT
* [X listed in bb.barracudacentral.org]
* -0.0 SPF_PASS SPF: sender matches SPF record
* -0.8 RP_MATCHES_RCVD Envelope sender domain matches handover relay
domain
* 0.0 HTML_MESSAGE BODY: HTML included in message
* 1.1 MIME_HTML_ONLY BODY: Message only has text/html MIME parts
* 1.5 BODY_8BITS BODY: Body includes 8 consecutive 8-bit characters
ANOTHER:
X-Spam-Status: No, score=4.6 required=5.0 tests=BODY_8BITS,HTML_MESSAGE,
MIME_HTML_ONLY,RP_MATCHES_RCVD,SPF_PASS,UNWANTED_LANGUAGE_BODY
autolearn=no
version=3.3.1
X-Spam-Report:
* -0.0 SPF_PASS SPF: sender matches SPF record
* -0.8 RP_MATCHES_RCVD Envelope sender domain matches handover relay
domain
* 2.8 UNWANTED_LANGUAGE_BODY BODY: Message written in an undesired
* language
* 0.0 HTML_MESSAGE BODY: HTML included in message
* 1.1 MIME_HTML_ONLY BODY: Message only has text/html MIME parts
* 1.5 BODY_8BITS BODY: Body includes 8 consecutive 8-bit characters
TextCat does not seem to catch the language everytime as well. Any ideas?