From: cjwatson <> Date: Wed, 14 Jan 2004 08:54:46 +0000 (-0800) Subject: [project @ 2004-01-14 00:54:46 by cjwatson] X-Git-Tag: release/2.6.0~769 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=77fe4afd40585018155cff79ca0a28560f5d5f4c;p=debbugs.git [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. --- 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) {