You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2008/02/06 15:51:18 UTC

[Bug 5808] New: temp files not removed

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: dev@spamassassin.apache.org
        ReportedBy: nstsupport@byteplant.com


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.

[Bug 5808] temp files not removed

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5808


parchondous@hotmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |parchondous@hotmail.com






------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.