On Tue, 2009-02-10 at 07:36 -0700, LuKreme wrote: > I have a cron event that sends output of pflogsum to me each day. I > don't have any special handling of these messages in procmail, so they > get processed by spamc/spamd along with everything else. Despite a > lot of training with sa-learn, the messages are ALWAYS tagged, and ^^^^^^^^^^^^^^^^^^^^^^ > tagged quite high.
Looking at the rules triggered and your description of pflogsum, I can only imagine what the contents actually might be... However, training *that* as HAM is most likely to be counter-productive, attempting to learn spammy tokens as ham. I absolutely would not. > So, I can setup of a special rule to have these messages avoid the > spamc/d check and that is certainly an option, but I am hesitant to I definitely would do that. No, wait, I *am* doing that. :) Wherever you call SA, avoid calling it for these particular mails. Actually, for any messages of this kind, cron messages generated internally. Do you expect spam to originate there? -- 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; }}}