http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5557
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
------- Additional Comments From [EMAIL PROTECTED] 2008-02-06 06:36 -------
On both Linux and Windows some temp files are still not removed when
spamassassin receives a signal.
Adding
if (defined $tempfile) {
unlink $tempfile;
$tempfile = undef;
}
at the end of kill_handler in the spamassassin script helps, but temp files
created through
my $tmpf = $permsgstatus->create_fulltext_tmpfile($fulltext);
in dccproc_lookup (line 526 in the DCC.pm plugin) will still not be cleaned up
properly.
Any ideas to resolve this?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.