On Tue, 2013-11-12 at 05:57 +0100, Benny Pedersen wrote: > Karsten Bräckelmann skrev den 2013-11-12 05:44: > > > In other words: If all you're being taught as a child is good, how will > > you ever know what is bad? > > this is also my question, when to use bayes ignore
I have no fscking clue, how this is related to the thread or topic. Though... > will it just ignore the bayes ignore header or whole mail if its found ? You might want to re-read the docs. M::SA::Conf, section Learning Options. Alternatively, if you have a question, open your own thread. As I understand it, bayes_ignore_header lists headers that will not be used for Bayes tokens. (Generally, "token" is much more complex than "word", and e.g. header names might be used as Bayes token prefix for words in that header value.) In other words bayes_ignore_header X-My-Lame-Scanner will prevent tokens from (and with) that mail header from being added to Bayes. FWIW, SA source local.cf says: # Set headers which may provide inappropriate cues to the Bayesian # classifier # # bayes_ignore_header X-Bogosity If that still ain't sufficient to answer your question, Benny, please open your own thread with an appropriate Subject and without replying to an existing thread. -- 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; }}}