On Fri, 2008-08-01 at 15:28 -0600, Brett Millett wrote: > Hi, > > I've been googling quite a bit today to find the answer to what I'm > seeing that is happening on my mail server. However, I just can't seem > to find a definitive answer. When looking at my mail logs I see a number > of autolearn=spam, however when I run "sa-learn --dump magic" nspam does > not increment. If I run sa-learn manually, nspam increments. Is this > normal or should each autolearn=spam indicate that nspam should > increment by one.
The site-wide spamassassin user or the user spamassassin has been called on behalf is not the user you are running sa-learn --dump magic as? Just a guess. :) 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; }}}