https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6793
--- Comment #17 from Mark Martinec <[email protected]> 2012-04-24 15:20:01 UTC --- > after > delete $h{$_} for @delete_keys; > @delete_keys contents is not needed on next for(;;) loop iteration, something > like > > - my(@delete_keys); > for (;;) { > + my(@delete_keys); > > but I haven't tested it. Indeed, good catch. Too much hurry is never a good thing. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
