From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Newsgroups: gmane.emacs.help Subject: Re: user-agent is missing in sent email headers Date: Thu, 15 Dec 2022 18:37:52 +0100 Message-ID: References: <87a63oh9yb.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="pIStgERzGTJjw7Yw" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19226"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu Dec 15 18:38:53 2022 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 1p5sC4-0004gZ-Dd for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 15 Dec 2022 18:38:52 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p5sBF-00076h-7K; Thu, 15 Dec 2022 12:38:01 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p5sBD-00076N-IG for help-gnu-emacs@gnu.org; Thu, 15 Dec 2022 12:37:59 -0500 Original-Received: from mail.tuxteam.de ([5.199.139.25]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p5sBA-00081R-KP for help-gnu-emacs@gnu.org; Thu, 15 Dec 2022 12:37:58 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tuxteam.de; s=mail; h=From:In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:To:Date:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=GTqZ6HJ2X9954w0fOEXg4ZsO3kaqhxrCglmrFdcoECY=; b=DyYtFzDP3JIbnvgTq9CMCAHyQr KjkVDix2wnQFzQ+DWjeNcvJuTARS9rM1fnuMK/u9iFcSDktbrLhwQwYkTTCkcO/CexUvOWDlGlJ7w PlQkn1jnbfi3+spMLKtJ9HdCTqv7Bu9oeDw3qsNICOP0Ycl17g43XC61In2MdbkZhg2nmJGA+48Ny 8PQxrn6PbRKHV0UMjA46kS+vSYFYmrFFMxfgllNEPEtIoR3w2Sh4PQ9TUndB6/iJp5Q+R48RBqxhO FQjXlTUDqS3l/MQTsG8FPRIIs7lo1qMaV6OUHuyIbjC+IDc6rV5Dp3axQ0BHlTOIPHCvvz/FiQnXi Tilisnug==; Original-Received: from tomas by mail.tuxteam.de with local (Exim 4.94.2) (envelope-from ) id 1p5sB6-00035V-MP for help-gnu-emacs@gnu.org; Thu, 15 Dec 2022 18:37:52 +0100 Content-Disposition: inline In-Reply-To: <87a63oh9yb.fsf@ericabrahamsen.net> Received-SPF: pass client-ip=5.199.139.25; envelope-from=tomas@tuxteam.de; helo=mail.tuxteam.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 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-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:141775 Archived-At: --pIStgERzGTJjw7Yw Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Dec 15, 2022 at 09:07:40AM -0800, Eric Abrahamsen wrote: > jindam.vani@disroot.org writes: >=20 [...missing user agent header] > You're not doing anything wrong, Gnus doesn't display all headers by > default; what is shown is determined by the value of > `gnus-visible-headers'. The "t" key displays all headers, which is why > you see it there. If you want to always see it, you can do something > like: >=20 > (setq gnus-visible-headers > (concat "^User-Agent:\\|" gnus-visible-headers)) >=20 If I understand correctly, jindam is missing the User-Agent: header in his outgoing mail, i.e. Gnus is not putting it in the mail's headers. Looking at their mails in fact, there is no User-Agent: in the headers. Yours do have one. Cheers --=20 t --pIStgERzGTJjw7Yw Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRp53liolZD6iXhAoIFyCz1etHaRgUCY5tbaQAKCRAFyCz1etHa RkLGAJ9OfVkC2xfIJINav0Qk2rDXGwaHOACcDehEugooZyDhK+FowWWznQipX80= =0mct -----END PGP SIGNATURE----- --pIStgERzGTJjw7Yw--