summaryrefslogtreecommitdiff
path: root/mail/bayespam/files/patch-bayes_spam_check.pl
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-09-09 03:02:16 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-09-09 03:02:16 +0000
commit896ccafe996b72d4cd1f9fdbf986b9a5fc00a972 (patch)
tree8a124af746da82f0c3d424f6794deb4be718e26c /mail/bayespam/files/patch-bayes_spam_check.pl
parentDon't gratuitously add -O. (diff)
bayespam version 0.9.2: qmail spam filter written in Perl using
Bayesian classification
Notes
Notes: svn path=/head/; revision=65885
Diffstat (limited to 'mail/bayespam/files/patch-bayes_spam_check.pl')
-rw-r--r--mail/bayespam/files/patch-bayes_spam_check.pl12
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/bayespam/files/patch-bayes_spam_check.pl b/mail/bayespam/files/patch-bayes_spam_check.pl
new file mode 100644
index 000000000000..ab983b852f76
--- /dev/null
+++ b/mail/bayespam/files/patch-bayes_spam_check.pl
@@ -0,0 +1,12 @@
+--- bayes_spam_check.pl.orig Sun Sep 8 17:06:34 2002
++++ bayes_spam_check.pl Sun Sep 8 17:06:40 2002
+@@ -144,7 +144,7 @@
+ -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
+-}
++}