From 77fe4afd40585018155cff79ca0a28560f5d5f4c Mon Sep 17 00:00:00 2001 From: cjwatson <> Date: Wed, 14 Jan 2004 00:54:46 -0800 Subject: [PATCH] [project @ 2004-01-14 00:54:46 by cjwatson] Print spamscan-stop notice to log file, not stderr, so that we don't get cron mail about it. --- scripts/spamscan.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/spamscan.in b/scripts/spamscan.in index 3c0408bd..4d1163ba 100755 --- a/scripts/spamscan.in +++ b/scripts/spamscan.in @@ -1,5 +1,5 @@ #! /usr/bin/perl -T -# $Id: spamscan.in,v 1.4 2004/01/13 20:17:57 cjwatson Exp $ +# $Id: spamscan.in,v 1.5 2004/01/14 00:54:46 cjwatson Exp $ # # Usage: spamscan # @@ -61,7 +61,7 @@ sub header_or_empty ($$) { &filelock('incoming-spamscan'); for (;;) { if (-f 'spamscan-stop') { - print STDERR "spamscan-stop file created\n"; + print "spamscan-stop file created\n"; last; } if (-e $user_prefs) { -- 2.39.5