On Sun, 2011-02-20 at 17:29 +0200, Jari Fredriksson wrote: > Hello. I reinstalled my machine, and reinstalled SA 3.3.1 from CPAN > (this is still a Debian Lenny machine, and 3.3.1 not available via > package repo. > > Errors in logs now: > > check[11271]: rules: failed to run HAS_SHORT_URL test, skipping: > check[11271]: (Can't locate object method "short_url_tests" via package > "Mail: [...]:SpamAssassin::PerMsgStatus" at (eval 1061) line 519, > <GEN789> line 99. > > What might that mean, what is missing?
The DecodeShortURLs third-party plugin. You seem to have inherited the accompanying cf file in your site wide config, though. Why do you see that in your logs? Linting after getting your site config back in place should have shown it already. Or do you allow user rules, and that's actually hidden in some user config? -- 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; }}}