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 2016/05/17 17:41:28 UTC

[Bug 7164] TxRep undef warnings

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

David Birnbaum <da...@chelsea.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |davidb@chelsea.net

--- Comment #8 from David Birnbaum <da...@chelsea.net> ---
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.