emacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-commit] emacs/lisp/mh-e mh-junk.el


From: Bill Wohler
Subject: [Emacs-commit] emacs/lisp/mh-e mh-junk.el
Date: Thu, 01 Dec 2005 23:54:06 -0500

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Bill Wohler <address@hidden>    05/12/02 04:54:06

Modified files:
        lisp/mh-e      : mh-junk.el 

Log message:
        (mh-bogofilter-blacklist, mh-bogofilter-whitelist): Bogofilter is
        lowercase except at beginning of sentence and in titles.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/mh-e/mh-junk.el.diff?tr1=1.10&tr2=1.11&r1=text&r2=text

Patches:
Index: emacs/lisp/mh-e/mh-junk.el
diff -u emacs/lisp/mh-e/mh-junk.el:1.10 emacs/lisp/mh-e/mh-junk.el:1.11
--- emacs/lisp/mh-e/mh-junk.el:1.10     Mon Oct 10 16:37:53 2005
+++ emacs/lisp/mh-e/mh-junk.el  Fri Dec  2 04:54:06 2005
@@ -306,7 +306,7 @@
 (defvar mh-bogofilter-executable (executable-find "bogofilter"))
 
 (defun mh-bogofilter-blacklist (msg)
-  "Blacklist MSG with Bogofilter.
+  "Blacklist MSG with bogofilter.
 
 Bogofilter is a Bayesian spam filtering program. Get it from your local
 distribution or from http://bogofilter.sourceforge.net/.
@@ -324,11 +324,11 @@
 Note that most Bayesian filters need 1000 to 5000 of each type of message to
 start doing a good job.
 
-To use Bogofilter, add the following recipes to `.procmailrc':
+To use bogofilter, add the following recipes to `.procmailrc':
 
     MAILDIR=$HOME/`mhparam Path`
 
-    # Fight spam with Bogofilter.
+    # Fight spam with bogofilter.
     :0fw
     | bogofilter -3 -e -p
 
@@ -340,9 +340,9 @@
     * ^X-Bogosity: Unsure, tests=bogofilter
     spam/unsure/.
 
-If Bogofilter classifies a message incorrectly, or is unsure, you can use the
+If bogofilter classifies a message incorrectly, or is unsure, you can use the
 MH-E commands \\[mh-junk-blacklist] and \\[mh-junk-whitelist] to update
-Bogofilter's training.
+bogofilter's training.
 
 The \"Bogofilter FAQ\" suggests that you run the following
 occasionally to shrink the database:
@@ -359,7 +359,7 @@
                   nil "-s")))
 
 (defun mh-bogofilter-whitelist (msg)
-  "Whitelist MSG with Bogofilter.
+  "Whitelist MSG with bogofilter.
 
 See `mh-bogofilter-blacklist' for more information."
   (unless mh-bogofilter-executable




reply via email to

[Prev in Thread] Current Thread [Next in Thread]