$OpenBSD: patch-plugins_node_d_spamstats_in,v 1.2 2018/04/01 08:21:01 kirby Exp $
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")
 {
