logwatch/logwatch-sendmail.patch

12 lines
506 B
Diff

--- logwatch-svn50/scripts/services/sendmail.old 2011-12-19 14:54:16.497290559 +0100
+++ logwatch-svn50/scripts/services/sendmail 2011-12-19 14:54:26.331285099 +0100
@@ -1758,7 +1758,7 @@ if (keys %Abuse) {
print "\n Total per host: $TotalAbuse" if ($Detail >= 5);
$TotalError[$ErrorIndex] += $TotalAbuse;
}
- print "\n\tTota: l $TotalError[$ErrorIndex]" if ($Detail >= 3);
+ print "\n\tTotal: $TotalError[$ErrorIndex]" if ($Detail >= 3);
}
$TotalError[++$ErrorIndex] = 0;