On Wed, 2009-05-27 at 09:21 +0200, Michael Monnerie wrote: > On Mittwoch 27 Mai 2009 mouss wrote: > > and 4454 is a one line message, but the signature causes the hit.
The fact that mailing-list footer is forced onto the message with no newline causes it. And the second hardly counts as human generated. ;) > And my messages are just one-liners without .sig that should never hit > this rule at all. Checked those samples from both of you. Lots more analysis of this eval function added to the bug report. See comment 12. Smells kinda fishy to me, and probably broke at some point since its original introduction. :/ > I don't have other examples in original format, but just a few days ago > got a FP report where this rule hit a normal, german, human-typed mail. > I'll restore the original score now to see if I get more reports. Hmm, I'd love to see that one. Any *human-typed* mail featuring a real sentence should not trigger this. Unless it's followed directly by a huge machine-generated paste or something, without an empty line... -- 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; }}}