From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Gregory Heytings via Users list for the GNU Emacs text editor Newsgroups: gmane.emacs.help Subject: Re: FW: Describe keymap Date: Mon, 14 Dec 2020 10:05:49 +0000 Message-ID: References: <20201213195427.jyn4vwkayqujbnwh.ref@Ergus> <20201213195427.jyn4vwkayqujbnwh@Ergus> <67ba0a1b-33a7-4633-8b6f-3bba2cc76615@default> <874kkpzcoa.fsf@zoho.eu> <87wnxlxpk5.fsf@zoho.eu> <87o8ixw1ql.fsf@zoho.eu> <87pn3cdbc3.fsf@gmail.com> <87im94u5go.fsf@zoho.eu> <87lfe0d81w.fsf@gmail.com> Reply-To: Gregory Heytings Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15334"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Alpine 2.22 (NEB 394 2020-01-19) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Mon Dec 14 11:09:30 2020 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1koknK-0003tm-Ol for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 14 Dec 2020 11:09:30 +0100 Original-Received: from localhost ([::1]:52738 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1koknJ-0007Sd-Qy for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 14 Dec 2020 05:09:29 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:36564) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kokk8-0004RP-Kn for help-gnu-emacs@gnu.org; Mon, 14 Dec 2020 05:06:12 -0500 Original-Received: from mx.sdf.org ([205.166.94.24]:58331) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kokjx-0006tv-ET for help-gnu-emacs@gnu.org; Mon, 14 Dec 2020 05:06:12 -0500 Original-Received: from sdf.org (IDENT:ghe@faeroes.freeshell.org [205.166.94.9]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id 0BEA5pDN026785 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO); Mon, 14 Dec 2020 10:05:51 GMT Original-Received: (from ghe@localhost) by sdf.org (8.15.2/8.12.8/Submit) id 0BEA5pU4027327; Mon, 14 Dec 2020 10:05:51 GMT In-Reply-To: <87lfe0d81w.fsf@gmail.com> Content-ID: Received-SPF: pass client-ip=205.166.94.24; envelope-from=ghe@sdf.org; helo=mx.sdf.org X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:126364 Archived-At: >>> Because you have Reply-To set (and Mail-Followup-To, but I think=20 >>> Drew's MUA ignores that) >> >> Thanks, that's exactly right, they are >> >> Reply-To: Emanuel Berg >> Mail-Followup-To: help-gnu-emacs@gnu.org >> >> I don't remember configuring that, but again there has been so much=20 >> configuration... > > It=CA=BCs possible that it=CA=BCs the mailing list putting those in for y= ou, since=20 > it=CA=BCs rewriting your From header as well (I assume you=CA=BCre sendin= g to the=20 > mailing list) > Yes, it's the mailing list, because the domain name Emanuel uses (zoho.eu)= =20 has a strict DMARC policy: $ dig +short -t txt _dmarc.zoho.eu "v=3DDMARC1; p=3Dreject; sp=3Dreject; fo=3D0; rua=3Dmailto:dmarc.reports.eu= @zoho.eu; ruf=3Dmailto:dmarc.reports.eu@zoho.eu" The two "reject" means that the policy is strict. Compare this to, for=20 instance: $ dig +short -t txt _dmarc.gmail.com "v=3DDMARC1; p=3Dnone; sp=3Dquarantine; rua=3Dmailto:mailauth-reports@googl= e.com" $ dig +short -t txt _dmarc.gnu.org "v=3DDMARC1; p=3Dnone; rua=3Dmailto:dmarc-rua@fsf.org"