On Tue, 2008-07-22 at 07:57 -0400, Michael Scheidell wrote:
> SA 3.25, running sa-update daily.
> got a fp on 'unresolved_template'. describe says 'unresolved_template
> in headers'
>
> here are headers. where is the unresolved_template?
Oh, come on, Michael, I know you could have tracked this down yourself
easily. 20_head_tests.cf, HeaderEval.pm
if ($header =~ /%[A-Z][A-Z_-]/ &&
> X-Spam-Score: 9.01
> X-Spam-Level: *********
> X-Spam-Status: Yes, score=9.01 tagged_above=-999 required=5
> tests=[BAYES_00=-2.599, DCC_CHECK=2.17, DCC_REPUT_95_98=1.2,
> HTML_IMAGE_ONLY_24=1.552, HTML_MESSAGE=0.001,
> HTML_MIME_NO_HTML_TAG=0.097, INLINE_IMAGE=1, MIME_HTML_ONLY=1.457,
> NO_REAL_NAME=1, UNRESOLVED_TEMPLATE=3.132]
> To: [EMAIL PROTECTED]
> Subject: [SPAM] Your Verizon Wireless Shipment Notification (Order #436231)
> X-VMS-To: [EMAIL PROTECTED]
^^^
> X-VMS-True-From: [EMAIL PROTECTED]
There's what looks like an "unresolved template".
FWIW, even without the UNRESOLVED_TEMPLATE hit, this would have scored
above your threshold of 5.
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; }}}