On Sat, 2009-08-01 at 16:10 -0700, an anonymous Nabble user wrote:
> Hi I need help with antispam. I use spamassassin with razor. And when I test
> spamassassin --lint -D razor2 then I get result that razor2 : test local
> only, skipping razor. I need test razor in connection to the internet. I
> dont know how it do. Can you advise me?

Lint checking disables network tests. That's why you see this. What you
need to do is to use debugging and feed it a message...

> I find out from spamassassin web the following:
> 
> How to turn on network tests
> 
> Edit your spamd start-up script, or start-up options file (depending on
> which OS you're running, these may be different). There should be a -L or
> --local switch in that file. Remove it to enable network tests.
> 
> But i cant find the file with the switch -L. I use CentOS...
> When I type the folowing: spamassassin -t -D razor2 < /tmp/spam

Like this.  Don't use --lint for that type of check. Use debugging only.
Apparently, it works if you do that.


-- 
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; }}}

Reply via email to