On Fri, 2010-02-12 at 09:35 -0800, Ben DJ wrote: > I've installed, > > spamassassin -V > SpamAssassin version 3.3.1-r905461 > running on Perl version 5.10.0
> Attempts to pull rules from "updates.spamassassin.org", (1), & > "sought.rules.yerp.org", (2), channels FAIL w/ "dns: query fails: ... > NXDOMAIN". > (1) sa-update -D -v --channel updates.spamassassin.org > --gpgkey 5244EC45 --gpghomedir /root/.gnupg > ... > Feb 12 09:24:37.457 [31615] dbg: dns: query failed: > 1.3.3.updates.spamassassin.org => NXDOMAIN $ dig +short -t TXT 0.3.3.updates.spamassassin.org "903765" $ dig +short -t TXT 1.3.3.updates.spamassassin.org Hrm, yeah -- no version response for 3.3.1. :/ > (2) sa-update -D -v --channel sought.rules.yerp.org > --gpgkey 6C6191E3 --gpghomedir /root/.gnupg > ... > Feb 12 09:23:36.662 [31608] dbg: dns: query failed: > 1.3.3.sought.rules.yerp.org => NXDOMAIN Same result as above -- with a different version, of course. -- 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; }}}