You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2015/04/15 18:24:48 UTC

[Bug 7174] Mail triggers false positives in rules PYZOR_CHECK and TVD_SPACE_RATIO_MINFP

https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7174

Kevin A. McGrail <km...@pccc.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kmcgrail@pccc.com

--- Comment #1 from Kevin A. McGrail <km...@pccc.com> ---
I added a quick debug and you are hitting the TVD_vertical_words percentage.

DEBUG: 5 / 0 / 10

print "DEBUG: $pms->{tvd_vertical_words} / $min / $max\n";
  return 1 if ($pms->{tvd_vertical_words} >= $min && $pms->{tvd_vertical_words}
< $max);

Can't comment on pyzor as I don't use it, though.

Might want to look at lowering your local score on  TVD_SPACE_RATIO_MINFP.

John, you've worked on this rule before, any comments?

KAM

-- 
You are receiving this mail because:
You are the assignee for the bug.