http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5808
Summary: temp files not removed
Product: Spamassassin
Version: 3.2.4
Platform: All
OS/Version: other
Status: NEW
Severity: normal
Priority: P3
Component: spamassassin
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
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.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.