summaryrefslogtreecommitdiff
path: root/lisp/mail/rmail-spam-filter.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2018-05-20 10:47:32 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2018-05-20 11:02:50 -0700
commitee2916c6d25f963649c9fe2583faf66538f60180 (patch)
treefc4d9a789d21fe7efd1e7d808bcc4af8f9fa5646 /lisp/mail/rmail-spam-filter.el
parenta32412b8aa3dc14d810054601d9502ccfd1dae57 (diff)
downloademacs-ee2916c6d25f963649c9fe2583faf66538f60180.tar.gz
Use “Cc” for email copies, as per RFC 5322.
Also fix similar problems with Bcc, Fcc, In-Reply-To, and similar email headers. See thread starting at: https://lists.gnu.org/r/emacs-devel/2018-05/msg00463.html
Diffstat (limited to 'lisp/mail/rmail-spam-filter.el')
-rw-r--r--lisp/mail/rmail-spam-filter.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmail-spam-filter.el b/lisp/mail/rmail-spam-filter.el
index ab0417bb5c1..99c1a1c3628 100644
--- a/lisp/mail/rmail-spam-filter.el
+++ b/lisp/mail/rmail-spam-filter.el
@@ -251,7 +251,7 @@ it from rmail file. Called for each new message retrieved by
(setq message-subject (mail-fetch-field "Subject"))
(setq message-content-type (mail-fetch-field "Content-Type"))
(setq message-spam-status (mail-fetch-field "X-Spam-Status")))
- ;; Check for blind CC condition. Set vars such that while
+ ;; Check for blind cc condition. Set vars such that while
;; loop will be bypassed and spam condition will trigger.
(and rsf-no-blind-cc
(null message-recipients)