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="[EMAIL PROTECTED]"; 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; }}}