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:33:51 UTC

[Bug 5626] [review] "spamassassin" script needs signal handlers

http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5626





------- Additional Comments From nstsupport@byteplant.com  2008-02-06 06:33 -------
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.