On Thu, 2007-12-06 at 22:42 -0500, Matt Kettler wrote: > [EMAIL PROTECTED] wrote:
> And those who really want this effect can just list every locale except > the one they dislike, if that's really what they want. Given the really small number of locales (character sets), this isn't unreasonable to expect from the user or admin, IMHO. > > Anyway, currently it's not even like one could just use "--" to obtain > > "+". And even if it was, our basic user is still looking for his > > blacklist_locales. > > Is he really? Or does he think ok_locales = whitelist_locales? It seems even jidanni is confusing these... ok_locales is *not* a whitelist. The fundamental difference is, that whitelists result in a negative score, since it is a strong sign of being not spammy. There is no whitelist part. Thus, there is no blacklist counterpart. It just doesn't come in pairs. ok_locales is a rather neutral setting. With something like a charset, it just is not a strong sign for a ham. Unless someone positively can confirm, he never received a spam using a western charset... While I do see that not_ok_locales *might* serve as a shortcut, the corresponding ok_locales line usually won't be any longer. However, it might come slightly more natural to the user, who failed to read the documentation and examples (sic) carefully... 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; }}}