From 531cd7932f76c19261d0b70e67037739884cf60a Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 11 Mar 2014 21:49:40 +0000 Subject: Move {mail,japanese}/p5-Mail-SpamAssassin to &/spamassassin, in the name of improving accessibility. I think people who want to just find the port/package and install it are more likely to look for "spamassassin the program" than "spamassassin the perl module collection." --- mail/spamassassin/files/patch-sa-learn.raw | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 mail/spamassassin/files/patch-sa-learn.raw (limited to 'mail/spamassassin/files/patch-sa-learn.raw') diff --git a/mail/spamassassin/files/patch-sa-learn.raw b/mail/spamassassin/files/patch-sa-learn.raw new file mode 100644 index 000000000000..635cc317adc9 --- /dev/null +++ b/mail/spamassassin/files/patch-sa-learn.raw @@ -0,0 +1,27 @@ +--- sa-learn.raw.orig Wed Aug 8 06:19:47 2007 ++++ sa-learn.raw Mon Aug 20 19:05:06 2007 +@@ -101,6 +101,7 @@ GetOptions( + 'local|L' => \$opt{'local'}, + 'no-sync|nosync' => \$opt{'nosync'}, + 'showdots' => \$opt{'showdots'}, ++ 'quiet|q' => \$opt{'quiet'}, + 'progress' => \$opt{'progress'}, + '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" }, +@@ -433,7 +434,7 @@ eval { + $progress->final() if ($opt{progress} && $progress); + + my $phrase = defined $forget ? "Forgot" : "Learned"; +- print "$phrase tokens from $learnedcount message(s) ($messagecount message(s) examined)\n"; ++ print "$phrase tokens from $learnedcount message(s) ($messagecount message(s) examined)\n" if (!$opt{quiet}); + + # If we needed to make a tempfile, go delete it. + if ( defined $tempfile ) { +@@ -601,6 +602,7 @@ Options: + (default: /etc/mail/spamassassin) + --cf='config line' Additional line of configuration + -D, --debug [area=n,...] Print debugging messages ++ -q, --quiet Reduce amount of information printed out + -V, --version Print version + -h, --help Print usage message + -- cgit v1.2.3