You want to ask the users list, not the dev(elopers).
On Mon, 2009-05-18 at 04:12 -0700, Sabrine wrote:
> But, the problem is that for the same message that I receive from Outlook
> and lotus Notes, The result of SpamAssassin analyze is different. This is an
> exemple (the result of runnig SpamAssassin in the same message the first is
> retrieving from Outlook and the second from lotus notes):
> tests=CLICK_BELOW,FREQ_SPAM_PHRASE
> tests=DATE_MISSING,INVALID_DATE,CLICK_BELOW,FREQ_SPAM_PHRASE,
> MISSING_HEADERS
The second one seems to be without headers, or subtly broken in a
similar way.
> Note: I use 2.31 SpamAssassin version.
*boggle* Wow! Upgrade. That's *ancient*. Actually, even older...
--
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; }}}