]> git.eshelyaron.com Git - emacs.git/commitdiff
; Spelling fixes for "SpamAssassin"
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 30 May 2017 15:28:54 +0000 (08:28 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 30 May 2017 15:29:34 +0000 (08:29 -0700)
doc/misc/mh-e.texi
etc/MH-E-NEWS
lisp/gnus/ChangeLog.3
lisp/mh-e/mh-junk.el

index a113272e494b2f5edd60d287f85538b1d750df0f..3aa04caf865e4aaa7c5a5f2cd7de57ea6768cccb 100644 (file)
@@ -7644,10 +7644,10 @@ Whitelisted message face
 @end vtable
 
 @cindex SpamProbe
-@cindex Spamassassin
+@cindex SpamAssassin
 @cindex bogofilter
 @cindex spam filters, SpamProbe
-@cindex spam filters, Spamassassin
+@cindex spam filters, SpamAssassin
 @cindex spam filters, bogofilter
 
 MH-E depends on @uref{http://spamassassin.apache.org/, SpamAssassin},
@@ -7720,8 +7720,8 @@ MH-E can work with.
 
 @subheading SpamAssassin
 
-@cindex Spamassassin
-@cindex spam filters, Spamassassin
+@cindex SpamAssassin
+@cindex spam filters, SpamAssassin
 
 SpamAssassin is one of the more popular spam filtering programs. Get
 it from your local distribution or from the
index 7e852afb714b78c0bfe05d697a2c8ead6ca34ec8..6e1f4db1edfe67e3f6aba03d752f13b6cf378d55 100644 (file)
@@ -13,7 +13,7 @@ Version 8.6 fixes composition errors in nmh 1.6.
 
 A components file is now generated that works with nmh 1.5 (partially
 closes SF #468).
-       
+
 *** Error if mh-x-face-file is nil
 
 Ensure that `mh-x-face-file' is a string before trying to use it
@@ -284,7 +284,7 @@ This has been fixed (closes SF #1565460).
 
 *** Errors Associated with mh-junk-background
 
-The Spamassassin filter commands were used inconsistently and
+The SpamAssassin filter commands were used inconsistently and
 incorrectly; if `mh-junk-background' were nil, not all of the updating
 would happen correctly. In the other back-ends such as bogofilter and
 SpamProbe, a value of t for `mh-junk-background' would cause the
@@ -1147,9 +1147,9 @@ The -face suffix has been dropped from all face names.
 Items in swish indexes that aren't mail messages are now handled more
 gracefully.
 
-*** Spamassassin Fixes
+*** SpamAssassin Fixes
 
-If you use spamassassin, there was an error when you tried to junk
+If you use SpamAssassin, there was an error when you tried to junk
 mail if the option `mh-junk-background' was set. This has been fixed.
 
 *** Mairix Support
index 5f07d3f0d3ff0abd2c5f98aa2dd891e02e671485..a799f73f58339e926bdd6b46ea4f66519a89c813 100644 (file)
 
        * spam.el (spam-spamassassin-score-regexp): New internal variable.
        (spam-extra-header-to-number, spam-check-spamassassin-headers):
-       Use it to match format of Spamassassin 3.0 and later.
+       Use it to match format of SpamAssassin 3.0 and later.
        Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
        (spam-check-bogofilter)
        (spam-bogofilter-register-with-bogofilter): Fix args of
 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * spam.el (spam-check-spamassassin-headers): Adapt format for
-       Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
+       SpamAssassin 3.0 or later.  Reported by ARISAWA Akihiro
        <ari@mbf.ocn.ne.jp>.
        (spam-list-of-processors): Add spam-use-gmane.
 
index 54c3daa423afdb5750c31891f4ab5e2394ef7c86..25e116cb28e5abbec0da4e884b17d6ef128acce5 100644 (file)
@@ -169,7 +169,7 @@ classified as spam (see the option `mh-junk-program')."
 
 \f
 
-;; Spamassassin Interface
+;; SpamAssassin Interface
 
 (defvar mh-spamassassin-executable (executable-find "spamassassin"))
 (defvar mh-sa-learn-executable (executable-find "sa-learn"))