On Tue, 2008-10-21 at 14:16 -0700, Clayton Cottingham wrote: > hi all > > trying to figure a way to filter out, or better yet score charset koi8-r > down some
ok_locales en # all Western char sets in general See section Language Options in the docs. http://spamassassin.apache.org/full/3.2.x/doc/Mail_SpamAssassin_Conf.html > ok_locales and ok_languages do not work as expected > inactive_languages is a no go as well > > any help appreciated If you do NOT get any hits on CHARSET_FARAWAY, CHARSET_FARAWAY_HEADER and MIME_CHARSET_FARAWAY, please provide more details. What and how did you try exactly that does not work? How do you tell it does not work? What do you expect, what does not work? Where did you specify ok_locales, and did you edit the correct file? 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; }}}