On Mon, 2010-03-15 at 18:21 +0100, Mark Martinec wrote:
> --- 3.003001.TAR/updates_spamassassin_org.cf 2010-03-15
> 17:55:03.000000000 +0100
> +++ 3.003001.NET/updates_spamassassin_org.cf 2010-03-15
> 17:53:33.000000000 +0100
> @@ -1,2 +1,2 @@
> -# UPDATE version 923257
> +# UPDATE version 922507
> include updates_spamassassin_org/10_default_prefs.cf
> @@ -50 +50,4 @@
> include updates_spamassassin_org/72_active.cf
> +include updates_spamassassin_org/72_scores.cf
^^^^^^^^^^^^
> +include updates_spamassassin_org/local.cf
> +include updates_spamassassin_org/regression_tests.cf
Not in the tarball!?
A quick glimpse seems mostly harmless otherwise. Just a few rules that
have been removed recently, like RATWARE_GECKO_BUILD, which are still in
the tar but won't be in the sa-update rule-set. Wonder why...
--
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; }}}