Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a47dfec8
Commit
a47dfec8
authored
May 30, 2017
by
Paul Eggert
Browse files
; Spelling fixes for "SpamAssassin"
parent
1d5eeb64
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
11 deletions
+11
-11
doc/misc/mh-e.texi
doc/misc/mh-e.texi
+4
-4
etc/MH-E-NEWS
etc/MH-E-NEWS
+4
-4
lisp/gnus/ChangeLog.3
lisp/gnus/ChangeLog.3
+2
-2
lisp/mh-e/mh-junk.el
lisp/mh-e/mh-junk.el
+1
-1
No files found.
doc/misc/mh-e.texi
View file @
a47dfec8
...
...
@@ -7644,10 +7644,10 @@ Whitelisted message face
@end vtable
@cindex SpamProbe
@cindex Spam
a
ssassin
@cindex Spam
A
ssassin
@cindex bogofilter
@cindex spam filters, SpamProbe
@cindex spam filters, Spam
a
ssassin
@cindex spam filters, Spam
A
ssassin
@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 Spam
a
ssassin
@cindex spam filters, Spam
a
ssassin
@cindex Spam
A
ssassin
@cindex spam filters, Spam
A
ssassin
SpamAssassin is one of the more popular spam filtering programs. Get
it from your local distribution or from the
...
...
etc/MH-E-NEWS
View file @
a47dfec8
...
...
@@ -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
Spam
a
ssassin
filter
commands
were
used
inconsistently
and
The
Spam
A
ssassin
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.
*** Spam
a
ssassin Fixes
*** Spam
A
ssassin Fixes
If you use
s
pam
a
ssassin, there was an error when you tried to junk
If you use
S
pam
A
ssassin, there was an error when you tried to junk
mail if the option `mh-junk-background'
was
set
.
This
has
been
fixed
.
***
Mairix
Support
...
...
lisp/gnus/ChangeLog.3
View file @
a47dfec8
...
...
@@ -18843,7 +18843,7 @@
* spam.el (spam-spamassassin-score-regexp): New internal variable.
(spam-extra-header-to-number, spam-check-spamassassin-headers):
Use it to match format of Spam
a
ssassin 3.0 and later.
Use it to match format of Spam
A
ssassin 3.0 and later.
Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
(spam-check-bogofilter)
(spam-bogofilter-register-with-bogofilter): Fix args of
...
...
@@ -19031,7 +19031,7 @@
2006-02-14 Reiner Steib <Reiner.Steib@gmx.de>
* spam.el (spam-check-spamassassin-headers): Adapt format for
Spam
a
ssassin 3.0 or later. Reported by ARISAWA Akihiro
Spam
A
ssassin 3.0 or later. Reported by ARISAWA Akihiro
<ari@mbf.ocn.ne.jp>.
(spam-list-of-processors): Add spam-use-gmane.
...
...
lisp/mh-e/mh-junk.el
View file @
a47dfec8
...
...
@@ -169,7 +169,7 @@ classified as spam (see the option `mh-junk-program')."
;; Spam
a
ssassin Interface
;; Spam
A
ssassin Interface
(
defvar
mh-spamassassin-executable
(
executable-find
"spamassassin"
))
(
defvar
mh-sa-learn-executable
(
executable-find
"sa-learn"
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment