On Fri, 2010-05-21 at 01:26 +0200, Benny Pedersen wrote: > > > I am running spamassassin version 3.2.4 and notice my rules have > > > not updated (sa-update) for many months and I have started getting > > > a lot of nasty spam coming through.
> imho 3.2.5 is still latest stable Ignoring your (humble or not) opinion for a second... 3.3.x is the latest stable. > and some have posted on maillist even 3.3.1 is not being updated > longer, 3.3.2 is Nope. Rule updates for all 3.3.x versions have been lacking recently, due to limited mass-check corpora below the (high for sanity reasons) threshold. However, 3.4.x (read that again, FOUR, the current unstable dev tree) have not been affected and have had updates -- because there are no thresholds, and actually NO rule's scores. > so rules are fuzzy now :( 3.2.x is in maintenance, and gets emergency rule updates *exclusively*. As it has been for quite a long time. 3.3.x uses a new rule update model, and gets frequent updates. IFF the mass-check corpus is large enough. -- 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; }}}