Not subscribed. You are missing the on-list replies. Well, if any useful, given that post...
On Wed, 2009-08-26 at 11:30 -0400, Irish Online Help Desk wrote: > When I send a test message for my broadcast email I am receiving “0.6 > HTML_OBFUSCATE_05_10 BODY: Message is 5% to 10% HTML obfuscation” in > the spam score. It is a pretty basic email message with a few > hyperlinks and a numbered list. Can you explain what may be causing > this spam score. Why do you care? Some observations... 50_scores.cf: score HTML_OBFUSCATE_05_10 0.638 0.572 0.000 0.001 So you are either using score-set 0 (neither Bayes nor network tests) or score-set 1 (with network tests). Since the latter is irrelevant in your pre-send tests, I'll assume 0. Anyway, that's 0.6 of 5.0 required (by default). Or, in other words, 12% of being marked as spam. Not above the threshold of 5.0, thus no spam. If you *really* want more reasoning why this might come across with a footprint that translates to "with about 12% confidence spam, but no spam", then I recommend studying the sources. You got them already. -- 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; }}}