freebsd-ports/mail/p5-Mail-SpamAssassin/files/patch-sa-learn.raw
Mathieu Arnold 518b4773af Update to 3.0.0
Require at least 5.6.0 and point users to 5.8.5
2004-10-12 10:42:38 +00:00

19 lines
812 B
Text

--- sa-learn.raw~ Fri Aug 27 18:37:32 2004
+++ sa-learn.raw Wed Sep 22 18:02:48 2004
@@ -106,6 +106,7 @@
'local|L' => \$opt{'local'},
'no-sync|nosync' => \$opt{'nosync'},
'showdots' => \$opt{'showdots'},
+ 'quiet' => \$opt{'quiet'},
'use-ignores' => \$opt{'use-ignores'},
'no-rebuild|norebuild' => sub { $opt{'nosync'} = 1; warn "The --no-rebuild option has been deprecated. Please use --no-sync instead.\n" },
@@ -384,7 +385,7 @@
print STDERR "\n" if ( $opt{showdots} );
print
-"Learned from $learnedcount message(s) ($messagecount message(s) examined).\n";
+"Learned from $learnedcount message(s) ($messagecount message(s) examined).\n" unless $opt{quiet};
# If we needed to make a tempfile, go delete it.
if ( defined $tempfile ) {