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

--- Comment #16 from Vitaly V. Bursov <[email protected]> 2012-04-24 
14:58:44 UTC ---
(In reply to comment #13)
> Can you clarify what you mean?

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.

-- 
Configure bugmail: 
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to