]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2004-01-14 00:54:46 by cjwatson]
authorcjwatson <>
Wed, 14 Jan 2004 08:54:46 +0000 (00:54 -0800)
committercjwatson <>
Wed, 14 Jan 2004 08:54:46 +0000 (00:54 -0800)
Print spamscan-stop notice to log file, not stderr, so that we don't get
cron mail about it.

scripts/spamscan.in

index 3c0408bd22dd6243b4a47e12575765d81c8a52d8..4d1163ba06afff09c2d2836dbfa345917cf20cc2 100755 (executable)
@@ -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) {