On Sun, 2011-02-20 at 19:38 +0200, Jari Fredriksson wrote: > On 20.2.2011 19:16, Karsten Bräckelmann 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. > > The DecodeShortURLs third-party plugin. You seem to have inherited the > > accompanying cf file in your site wide config, though. > DecodeShortURLs.pm and *.cf are in my /etc/spamassassin folder all right. The Debian way. Whereas the following is the vanilla default (CPAN), and a symlink to the former on Debian systems -- if you use their packages. > Oh. The problem is the folder. Should be /etc/mail/spamassassin, which > contains totally different file set. Fixed, and now linting the numerous > issues... I suggest making one a symlink of the other, since you seem to be used to the Debian way. Well, you probably did exactly that anyway. :) -- 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; }}}