https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6119
--- Comment #16 from Pim van den Berg <[email protected]> 2009-07-17 04:12:23 PST --- I have a little addition to this bugreport. I think it is better to have an initial value like: $pms->{tvd_vertical_words} = -1; on line 198 of BodyEval.pm instead of $pms->{tvd_vertical_words} = 0; So that the subroutine doesn't return true (0 >= $min) if there are no matches (ie. if there are no @lines over 5 chars in length). For example when I send an e-mail with just a single word in the body like 'test', it probably shouldn't match TVD_SPACE_RATIO. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
