On Thu, 2011-03-24 at 01:48 +0100, Mark Martinec wrote:
> > It'd be nice if I could see these warnings in the make+make test+masscheck
> > I (try to) do before commits...
>
> I agree.
>
> Currently what is necessary is to ditch a sa-compile.cache
> directory, e.g.
>
> rm -rf /root/.spamassassin/sa-compile.cache
>
> before a sa-compile, otherwise results are fetched from
> previous runs and rules with their regexps are not
> re-assessed - no warnings would be issued for rules
> cached from previous runs.
Maybe it's just me being terribly confused, but... Something that
changed, never should be fetched from a cache.
If this is referring to a cache pre-change, that would be easy to
overcome.
--
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; }}}