-=| Holger Levsen, Fri, Jun 20, 2008 at 11:42:01AM +0200 |=-
> Of course you can help by providing and testing patches and sending 
> them to the bts :-)

Attached is the patch.

-- 
dam            JabberID: [EMAIL PROTECTED]
diff --git a/node/node.d/exim_mailstats.in b/node/node.d/exim_mailstats.in
index 0b3eb72..8c68b88 100755
--- a/node/node.d/exim_mailstats.in
+++ b/node/node.d/exim_mailstats.in
@@ -220,7 +220,7 @@ sub parseEximfile {
             $rejected++;
         }
     }
-    close($LOGFILE) or die "Could not close $fname after reading: $!";
+    return tail_close($LOGFILE);
 }
 
 # vim:syntax=perl

Attachment: signature.asc
Description: Digital signature

Reply via email to