13 lines
392 B
Plaintext
13 lines
392 B
Plaintext
$OpenBSD: patch-plugins_node_d_spamstats_in,v 1.1 2010/10/23 15:52:23 sthen Exp $
|
|
--- plugins/node.d/spamstats.in.orig Thu Oct 14 18:44:32 2010
|
|
+++ plugins/node.d/spamstats.in Thu Oct 14 18:44:47 2010
|
|
@@ -30,7 +30,7 @@ $ham = 0;
|
|
$spam = 0;
|
|
|
|
$logfile = $ENV{logdir} || "/var/log/";
|
|
-$logfile .= $ENV{logfile} || "syslog";
|
|
+$logfile .= $ENV{logfile} || "maillog";
|
|
|
|
if (-f "$logfile.0")
|
|
{
|