http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4859
------- Additional Comments From [EMAIL PROTECTED] 2006-04-08 03:09 -------
(In reply to comment #2)
> Perl experts: Is this equivalent to but smaller and faster than Dallas' patch?
> $self->{main}->{resolver}->{id_to_callback} = ();
It should be:
$self->{main}->{resolver}->{id_to_callback} = {};
Both work, but the first sets the scalar to a blank array reference, and the
second sets the scalar to a blank
hash reference. :)
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.