On Mon, 2008-02-18 at 10:56 -0600, Rob Wright wrote: > Greetings all. > > I'm using 3.2.4 on Debian Etch. I'm not sure that I'm actually getting > network > tests run. > > spamassassin -D --lint yields this in the plugins section:
The debug switch implies local tests only, *unless* you feed it a message. > [5786] dbg: plugin: loading Mail::SpamAssassin::Plugin::Razor2 from @INC > [5786] dbg: razor2: local tests only, skipping Razor > > But yet I'm seeing RAZOR2 tags in my logs and message headers. > My /etc/init.d/spamassassin file doesn't have either -L or --local in the > startup line. > > Is there something else I should be looking at? With Debian, you want to check /etc/default/spamassassin, too. 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; }}}