ports/net/munin/patches/patch-plugins_node_d_spamstats_in

13 lines
295 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: plugins/node.d/spamstats.in
--- plugins/node.d/spamstats.in.orig
+++ plugins/node.d/spamstats.in
@@ -31,7 +31,7 @@ $ham = 0;
$spam = 0;
$logfile = $ENV{logdir} || "/var/log/";
-$logfile .= $ENV{logfile} || "syslog";
+$logfile .= $ENV{logfile} || "maillog";
if (-f "$logfile.0")
{