12 lines
295 B
Text
12 lines
295 B
Text
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")
|
|
{
|