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

David Birnbaum <[email protected]> changed:

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

--- Comment #8 from David Birnbaum <[email protected]> ---
Howdy.  Not sure if this bug is fixed or not, but the problem is actually
around line 1897 in TxRep.pm, I think:

        my $msg_rep = $self->check_reputations($pms, 'MSG_ID', $msg_id, undef,
$date, undef);

Note that the last field is passed into check_reputation() as $msgscore, so it
will show up as undef.  I'm assuming this should be passed in as 0 instead, and
the error goes away (perl should probably treat it as 0).

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

Reply via email to