mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
Changes: - Change MASTER_SITE to BSDforge.org - Assign MAINTAINERship to reporter - Remove BROKEN - Add LICENSE of GPLv2 - Make portlint happy: - Capitalise start of COMMENT - Regenerate patches PR: 206043 Submitted by: Chris Hutchinson (portmaster@BSDforge.com) Approved by: portmgr (implicit: unmaintained port) MFH: 2016Q1
11 lines
325 B
Perl
11 lines
325 B
Perl
--- bayes_spam_check.pl.orig 2016-01-17 18:02:48 UTC
|
|
+++ bayes_spam_check.pl
|
|
@@ -144,7 +144,7 @@ Given a corpus rating file and an email
|
|
-h, --help : this (help) message
|
|
-r, --rating : corpus rating file to use
|
|
|
|
-example: $0 --rating -o bayes_rating.dat
|
|
+example: $0 --rating bayes_rating.dat
|
|
|
|
EOF
|
|
}
|