> I am a total newb to spamassassin and some network tools you mentioned > so I don't know how to do what you suggested. I looked up spamc and I > see it's the client to spamd, but I didn't understand fully what I > read. > > Besides testing to see if spamassassin is working I wanted to increase > the filters. I don't know if i'm saying it right.
Are you talking about increasing the score of particular rules? I would not advice to change the defaults, unless you are familiar with SA and know what you are doing. > Mail does go to my junk box but i'd like more mail in my junkbox. I > do not have full control over my mail server. Thanks. So the original question is solved. It works. :) See my other post, and enable network tests. They are off by default for performance reasons. 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; }}}