From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: D Newsgroups: gmane.emacs.devel Subject: Re: Gnus: (documentation) bug? gnus-extra-headers Date: Sun, 16 May 2021 14:43:55 +0000 Message-ID: <42e1ab2d-242e-af25-f323-98d6f3428f8a@posteo.net> References: <479d6005-75ab-543b-d5a6-2560fc018adc@posteo.net> <87v97in4xh.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37639"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun May 16 16:44:40 2021 Return-path: Envelope-to: ged-emacs-devel@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 1liI0W-0009Yc-0m for ged-emacs-devel@m.gmane-mx.org; Sun, 16 May 2021 16:44:40 +0200 Original-Received: from localhost ([::1]:55898 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1liI0T-000486-TL for ged-emacs-devel@m.gmane-mx.org; Sun, 16 May 2021 10:44:37 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41038) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1liHzu-0003SW-T8 for emacs-devel@gnu.org; Sun, 16 May 2021 10:44:02 -0400 Original-Received: from mout01.posteo.de ([185.67.36.65]:48977) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1liHzs-0003EG-PK for emacs-devel@gnu.org; Sun, 16 May 2021 10:44:02 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 3A938240028 for ; Sun, 16 May 2021 16:43:56 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1621176236; bh=X2qmKAsR2/pBCC1MCkD5qlJ9MW5gIrTl+vyGEiQew6A=; h=To:Cc:From:Subject:Date:From; b=SUdbWPJVl2v7xZOeEDcAW2sh6HDe4cvG/sSpuFsRWKaAzUXM4PDYsyM9QTmx0HDzG g0Mlx648KCWl7Z0E++na+q4Z0Dmtswirm+sGE4/8R6Pxr5RDlH8RRQivt64kyFm6+U Z9Q0L6teY+FSU91bMiOWFp2IYa8lW91Mw0snuJjc1gVTgxQ2XcvIUJGKIS2mXjOyVx vOz2pOdkDVB2+TxXOEAV8Q8TVWyshP9zVIuzhp/IOmi5kh07xyQfVf4iNRW8U/p55l eIAml4KPi27xh7pfEVWJ7bme+d/PuhPNE57VnOHY95o+krJwlrXaKnfP1hjS7PcgHL R+9J6DwFdfrJQ== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4FjlQ346zNz6tmp; Sun, 16 May 2021 16:43:55 +0200 (CEST) In-Reply-To: <87v97in4xh.fsf@gnus.org> Content-Language: en-US Received-SPF: pass client-ip=185.67.36.65; envelope-from=d.williams@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:269357 Archived-At: I tried the following: (setq gnus-extra-headers '(To Cc Keywords Newsgroups Organization) nnmail-extra-headers gnus-extra-headers) But it didn't seem to change the outcome. I also made sure that I'm running a decently current version (Gnus v5.13, Emacs 27.2). I'm still not sure if I'm just overlooking something very obvious or should file a bug report as described in the info node (gnus) Troubleshooting. If I'm not making some common error (I couldn't find the problem discussed elsewhere), I guess sending a proper bug report would be more helpful, right? Either way, thank you for your time. On 16/05/2021 16:12, Lars Ingebrigtsen wrote: > D writes: > >> I'm a bit lost trying to comprehend the functionality gnus-extra-headers >> supposedly provides. No matter what I do, I cannot seem to get score >> files to accept extra headers at all. What's worse, gnus very clearly >> does not seem to parse them at all. Is there some configuration >> missing? > > You probably also have to set `nnmail-extra-headers'. >