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





------- Additional Comments From [EMAIL PROTECTED]  2007-04-27 03:19 -------
It happened again and I found /tmp/spamd-nnnn-init/ containing an empty
.spamassassin directory.
I'll use this patch:
--- spamd.orig  2007-04-04 22:17:41.000000000 +0200
+++ spamd       2007-04-26 17:27:17.000000000 +0200
@@ -2141,6 +2141,8 @@
 
   dbg("spamd: Preloading modules with HOME=$tmphome");
 
+  rmdir( $tmpsadir ) or die "spamd: $tmpsadir not empty: $!";
+  rmdir( $tmphome ) or die "spamd: $tmphome not empty: $!";
   mkdir( $tmphome,  0700 ) or die "spamd: cannot create $tmphome: $!";
   mkdir( $tmpsadir, 0700 ) or die "spamd: cannot create $tmpsadir: $!";
   $ENV{HOME} = $tmphome;





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

Reply via email to