freebsd-ports/mail/p5-Mail-SpamAssassin/files/patch-spamassassin.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

11 lines
508 B
Text

--- spamassassin.raw~ Tue Sep 14 01:34:05 2004
+++ spamassassin.raw Wed Sep 22 18:03:37 2004
@@ -329,7 +329,7 @@
# Let folks know how many messages were handled, as long as the handling
# didn't produce output (ala: check, test, or remove_markup ...)
if ( $opt{'report'} || $opt{'revoke'} || $doing_whitelist_operation ) {
- print "$count message(s) examined.\n";
+ print "$count message(s) examined.\n" unless $opt{'quiet'};
}
# if the eval died from something, report it here and return an error.