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

--- Comment #9 from Mark Martinec <mark.marti...@ijs.si> ---
I'm still spinning in circles, thinking how to fix the URIDNSBL.pm.

Meanwhile, here is some cosmetics and a debugging aid check-in,
along with fixes for what appears to be an innocent bug in
PerMsgStatus.pm, namely the:

  $self->{test_log_msgs} = ();

seems a silly way of saying $self->{test_log_msgs} = undef.
What was apparently intended is a %{$self->{test_log_msgs}} = (),
which deletes both keys but keeps a hash cleaned for reuse
by the next rule.


trunk:
  Bug 6884: $pms->{test_log_msgs} is a hashref, not a hash;
  some cosmetics and debugging in Plugin/URIDNSBL.pm'
Sending lib/Mail/SpamAssassin/PerMsgStatus.pm
Sending lib/Mail/SpamAssassin/Plugin/Check.pm
Sending lib/Mail/SpamAssassin/Plugin/URIDNSBL.pm
Sending t/uribl_all_types.t
Committed revision 1432200.

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

Reply via email to