Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/mail/bayespam/files/patch-bayes_spam_check.pl
16462 views
1
--- bayes_spam_check.pl.orig 2016-01-17 18:02:48 UTC
2
+++ bayes_spam_check.pl
3
@@ -144,7 +144,7 @@ Given a corpus rating file and an email
4
-h, --help : this (help) message
5
-r, --rating : corpus rating file to use
6
7
-example: $0 --rating -o bayes_rating.dat
8
+example: $0 --rating bayes_rating.dat
9
10
EOF
11
}
12
13