https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6880

John Hardin <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from John Hardin <[email protected]> ---
(In reply to comment #1)
> $ awk '$1 == "describe" { print $2 }' trunk/rules/*.cf |grep -Fwvf-
> results/freqs |awk '$2 + $3 > 2.0 && $7 !~ /^[T_]_|\(/ || /SPAM%/ {printf
> "%9s %9s %6s %5s %5s  %s\n", $2,$3,$4,$5,$6,$7 }'

That code is broken somehow. The following rules from my sandbox _do_ have
descriptions in the base language:

>    SPAM%      HAM%    S/O  RANK SCORE  NAME
>   3.8914         0  1.000  0.91  2.00  MONEY_FROM_41
>   4.1578    0.0147  0.996  0.90  0.10  HDRS_LCASE
>   2.9813    0.0047  0.998  0.88  3.55  MONEY_FORM_SHORT
>   2.4883    0.0026  0.999  0.86  1.41  LOTTO_DEPT
>   2.6508    0.1016  0.963  0.76  1.00  MONEY_PERCENT

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

Reply via email to