diff -ruN mimedefang-2.67-KAM/mimedefang.pl.in mimedefang-2.67/mimedefang.pl.in --- mimedefang-2.67-KAM/mimedefang.pl.in Fri Nov 6 13:25:05 2009 +++ mimedefang-2.67/mimedefang.pl.in Fri Nov 6 13:26:23 2009 @@ -1326,14 +1326,8 @@ } if (!$success) { - md_syslog('err', "$MsgID: Error creating quarantine directory [$QuarantineSubdir] '$!'"); - #Due to race conditions where two slaves can try and create the same dir, we can check to see if it has been created again - if ($! =~ /File exists/i && -d $QuarantineSubdir) { - #NOTHING - } else { - $QuarantineSubdir = ""; - return ""; - } + $QuarantineSubdir = ""; + return ""; } } @@ -1346,7 +1340,6 @@ } } while(!$success && ($tries++ < 1000)); if (!$success) { - md_syslog('err', "$MsgID: Error creating quarantine directory [$QuarantineSubdir] '$!'"); $QuarantineSubdir = ""; return ""; }