On Thu, 2009-03-26 at 19:26 -0700, asimsinan wrote: > Sorry forgot to add the headers. That is strange. > mine only has > 2.1 SUBJ_ALL_CAPS Subject is all capitals > * 0.0 UNPARSEABLE_RELAY Informational: message has unparseable > relay lines > * 0.0 HTML_MESSAGE BODY: HTML included in message
That can not possibly be with SA 3.2.5. 50_scores.cf:score SUBJ_ALL_CAPS 2.299 1.806 1.926 2.077 So with a score of 2.1 you are using Bayes, but there is no BAYES_xx rule at all. Hmm, wait, does that happen if Bayes is enabled but never has been trained to even reach the training threshold of 200 ham and spam each? :) Frankly, dunno. Guess it shouldn't. > What changes should I make to get the same result as yours? Together with the SUBJ_ALL_CAPS, a stock BAYES_95 or 99 would have been sufficient. Note that I tweaked my well-trained Bayes' scores. The remaining hits of mine, URICOUNTRY_CN (the URI Country plugin [1]) and MIME_CHARSET_FARAWAY (SA language options [2]) depend on your mail in-stream, and if you can afford to trigger on them. [1] http://wiki.apache.org/spamassassin/URICountryPlugin [2] http://spamassassin.apache.org/full/3.2.x/doc/Mail_SpamAssassin_Conf.html#language_options -- char *t="\10pse\0r\0dtu...@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; }}}