You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Jean-Paul Natola <jn...@familycareintl.org> on 2008/03/18 18:20:34 UTC

languages

Hi all,

I seem to have forgotten where to put acceptable languages in SA
We just got a slew of our colleagues  from Spain complaining, and when I
looked the headers I  saw 

2.8 UNWANTED_LANGUAGE_BODY BODY: Message written in an undesired
	language


I guess when I had my "little" SA  disaster last week , somewhere between
upgrading and downgrading version I must have hosed something.


THX

Re: languages

Posted by Karsten Bräckelmann <gu...@rudersport.de>.
On Tue, 2008-03-18 at 13:20 -0400, Jean-Paul Natola wrote:
> I seem to have forgotten where to put acceptable languages in SA
> We just got a slew of our colleagues  from Spain complaining, and when I
> looked the headers I  saw 
> 
> 2.8 UNWANTED_LANGUAGE_BODY BODY: Message written in an undesired
> 	language
> 
> I guess when I had my "little" SA  disaster last week , somewhere between
> upgrading and downgrading version I must have hosed something.

ok_languages in your cf files. See the TextCat plugin documentation for
details.
http://spamassassin.apache.org/full/3.2.x/doc/Mail_SpamAssassin_Plugin_TextCat.html

  guenther


-- 
char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1:
(c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}