You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Rob Wright <de...@poncacity.net> on 2008/02/18 17:56:22 UTC

Using network tests

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:

[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?

Thanks,

Rob Wright
debianrob@poncacity.net 

Re: Using network tests

Posted by Rob Wright <rw...@poncacity.net>.
On Monday 18 February 2008 11:25:21 Karsten Bräckelmann wrote:
> 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.
>

Ok. I wasn't aware of this. I bet that's what's throwing me off. Thanks 
guenther. 

Rob


Re: Using network tests

Posted by Karsten Bräckelmann <gu...@rudersport.de>.
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="\10pse\0r\0dtu\0.@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; }}}