http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5379
------- Additional Comments From [EMAIL PROTECTED] 2007-04-02 06:34 -------
I'm now running with this small patch applied, but I failed to reproduce the
error.
--- spamd.orig 2007-03-27 21:29:54.000000000 +0200
+++ spamd 2007-04-02 15:16:34.000000000 +0200
@@ -2141,6 +2141,7 @@
dbg("spamd: Preloading modules with HOME=$tmphome");
+ 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.