You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by Karsten Bräckelmann <gu...@rudersport.de> on 2010/02/15 14:18:00 UTC

Update Channel for SVN versions?

The diagnostic command and results I just posted to the users list:

 $ dig +short -t TXT 0.3.3.updates.spamassassin.org
 "903765"
 $ dig +short -t TXT 1.3.3.updates.spamassassin.org

No version number TXT record for the latter, which is current SVN 3.3
branch. I guess we're missing some DNS wildcards?

The same works in advance for unreleased versions with 3.2.

 $ dig +short -t TXT 9.2.3.updates.spamassassin.org
 "895075"

-- 
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; }}}