http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5444
------- Additional Comments From [EMAIL PROTECTED] 2007-05-05 09:46 ------- At least in my case using spampd from http://www.worlddesign.com/index.cfm/rd/mta/spampd.htm the problem seems to be that it does a $status->finish(); but no $mail->finish(); for whatever reason. My guess, whithout really understanding the whole thing, is that $mail->finish(); would cleanup those tmpfiles. Spampd uses Net::Server::PreForkSimple for it's worker childs and per default run with max_requests = 20 before the child dies. So I guess only after the 20 requests, the child dies and therefore the tmpfiles are cleaned up. And because many childs also run in parallel one can imagine how many tmpfiles are always lying around before they get removed. 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. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
