http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4829
------- Additional Comments From [EMAIL PROTECTED] 2006-04-03 17:52 ------- well, fwiw, here's a better suggestion from Aristotle Pagaltzis -- s/return foo/keys %hash;return foo/, and similarly s/last/keys %hash;last/. in other words, just fix the exact spots where we break out of the loop (through return or last), so that they reset the iterator just before their break; that way, the reset and the break are colocated beside each other, and hard to accidentally disassociate in future. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
