On Thu, 2009-10-08 at 15:10 +0200, Ralf Hildebrandt wrote: > > 1b396a9df1faa22185263c7526fe6042 Mail-SpamAssassin-3.3.0-alpha2.tar.bz2 > > sa-update fails with:
> rules: failed to run __RCVD_IN_2WEEKS test, skipping: > (Can't locate object method "received_within_months" via package > "Mail::SpamAssassin::PerMsgStatus" at (eval 783) line 19. > ) > channel: lint check of update failed, channel failed >From memory, I believe that eval function has been added to the code after the alpha2 tarball. With the very latest rules from SVN, you'd need SA from trunk. Sorry. -- 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; }}}