https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6793
--- Comment #7 from Vitaly V. Bursov <[email protected]> 2012-04-24 09:22:12 UTC --- (In reply to comment #5) > From what I understand, the amount of deleted keys normally would be very > small > compared to previous code which arrayed _all_ keys. So there really isn't an > issue here? Yes, makes sense, I completely missed that. So, to avoid a memory exhaustion in a rare case when a lot of keys should be deleted either 3a from comment #4 will do or iteration can be simply aborted when 10000-100000 keys are collected in @delete_keys, warning message printed and non-zero exit code returned. Just in case. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
