> > > [7581] dbg: gpg: gpg: WARNING: signing subkey 24F434CE is not > > > cross-certified
On Thu, 2008-08-21 at 03:07 +0800, [EMAIL PROTECTED] wrote: > >>>>> "TVD" == Theo Van Dinter <[EMAIL PROTECTED]> writes: > > TVD> http://wiki.apache.org/spamassassin/SaUpdateKeyNotCrossCertified > > OK, I wish sa-update would mention that step upon detecting that error. I wish everyone at least would *try* google'ing before asking on list. I'm not even talking about reading FAQs. You can't possibly miss it, just by pasting the entire error message... (Writing this took longer than to find the answer using your original post.) guenther -- char *t="[EMAIL PROTECTED]"; 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; }}}