http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5444
------- Additional Comments From [EMAIL PROTECTED] 2007-05-05 10:47 ------- > Maybe a kind person who understands more of the code could have a look at the > spampd code and tell me whether adding $mail->finish(); is the solution > without > breaking anything. Thanks in advance. yep, spampd (and all users of the Mail::SpamAssassin classes) should always call $mail->finish() on every mail object, otherwise it'll leak memory, leave temporary files around, etc. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
