unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: ams@gnu.org (Alfred M. Szmidt)
To: Eli Zaretskii <eliz@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: ignore authenticated received chain (arc), and such headers in rmail
Date: Wed, 10 May 2017 04:40:55 -0400	[thread overview]
Message-ID: <E1d8NB1-0007Sn-Px@fencepost.gnu.org> (raw)
In-Reply-To: <837f1segcl.fsf@gnu.org> (message from Eli Zaretskii on Sun, 07 May 2017 20:17:46 +0300)

   Fine with me, thanks.

Thanks, should be noted that I don't have commit rights, so someone else needs
to commit this.

2017-05-10  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)

	* mail/rmail.el (rmail-ignored-headers): Ignore ARC, and SPF
        headers.

diff -u --label /home/ams/emacs/lisp/mail/rmail.el --label \#\<buffer\ rmail.el\> /home/ams/emacs/lisp/mail/rmail.el /tmp/buffer-content-363vYs
--- /home/ams/emacs/lisp/mail/rmail.el
+++ #<buffer rmail.el>
@@ -363,6 +363,7 @@
 	  "\\|^importance:\\|^envelope-to:\\|^delivery-date\\|^openpgp:"
 	  "\\|^mbox-line:\\|^cancel-lock:"
 	  "\\|^DomainKey-Signature:\\|^dkim-signature:"
+	  "\\|^ARC-.*:"
+	  "\\|^Received-SPF:"
+	  "\\|^Authentication-Results:"
 	  "\\|^resent-face:\\|^resent-x.*:\\|^resent-organization:\\|^resent-openpgp:"
 	  "\\|^x-.*:"))
   "Regexp to match header fields that Rmail should normally hide.



  reply	other threads:[~2017-05-10  8:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-07 10:59 ignore authenticated received chain (arc), and such headers in rmail Alfred M. Szmidt
2017-05-07 17:17 ` Eli Zaretskii
2017-05-10  8:40   ` Alfred M. Szmidt [this message]
2017-05-10 16:35     ` Eli Zaretskii
2017-05-12  8:46 ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1d8NB1-0007Sn-Px@fencepost.gnu.org \
    --to=ams@gnu.org \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).