From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: jindam.vani@disroot.org Newsgroups: gmane.emacs.help Subject: user-agent is missing in sent email headers Date: Thu, 15 Dec 2022 14:42:13 +0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="38166"; 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 15:43:27 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 1p5pSJ-0009m3-6F for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 15 Dec 2022 15:43:27 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p5pRY-0002Ob-4B; Thu, 15 Dec 2022 09:42:40 -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 1p5pRW-0002Ly-0w for help-gnu-emacs@gnu.org; Thu, 15 Dec 2022 09:42:38 -0500 Original-Received: from knopi.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p5pRR-00078B-Cf for help-gnu-emacs@gnu.org; Thu, 15 Dec 2022 09:42:36 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 8A68440DA6 for ; Thu, 15 Dec 2022 15:42:29 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Original-Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IIFQm7qJVbW5 for ; Thu, 15 Dec 2022 15:42:28 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1671115347; bh=Tsh5perxAGbL6acKzAkdmozNgAbdjUzLv6AvqaKmyGI=; h=From:To:Subject:Date; b=Slj/0TqkVhA1mdYSDRKloBWee83JU8ea/lW55NeYsaaVus+v65Y8gToATA+7Q0Wqz 5EXZckItLfsMELf8dVHHHlNsa2mat3UmfdN4O/u5aFvTGIyj2FYTyt3FDDC/jrfgGw 7B9z98ddSRTSmEG3HaVDARu5SCiOhMjpqTv4MsbdEVGItWLsDyOCrWeYNlAi/EAToJ klHGNytjirW9f4SavuYO9M56IdPnCfUDHtHiogwwn7MAZixuD6cK5QXQRlQSKQKfcl kMVtLDAV9eJBkGTaswvAP4mzeFDObo3ySMVE6jVUWuMSB9uMibRmgVPlMnDog+Htyl J3F6XolWsSJuQ== Received-SPF: pass client-ip=178.21.23.139; envelope-from=jindam.vani@disroot.org; helo=knopi.disroot.org 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:141767 Archived-At: please excuse, i am posting here suggested by akib on mastadon.[1] i am running emacs on debian bullseye on userland.[2] when i send mail using gnus and the "User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)" is not added in sent email headers. when i click t in nnfolder+archive:sent.2022-12, it shows "User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)", before it was showing only from, subject, to, date. conversation between akib and me on mastodon.[2] what am i doing wrong? ;; .gnus (setq gnus-select-method '(nnnil "")) (add-to-list 'gnus-secondary-select-methods '(nnmaildir "" (directory "~/.Maildir/") (get-new-mail t) (directory-files nnheader-directory-files-safe))) (setq mail-user-agent 'gnus-user-agent) (setq read-mail-command 'gnus) (setq mail-sources '((pop :server "disroot.org" :user "jindam.vani@disroot.org"))) (setq send-mail-function 'smtpmail-send-it) (setq message-send-mail-function 'smtpmail-send-it) (setq smtpmail-default-smtp-server "disroot.org") (setq smtpmail-stream-type 'ssl) (setq smtpmail-servers-requiring-authorization ".*") (setq smtpmail-smtp-service 465) (setq smtpmail-starttls-credentials '(("disroot.org" 465 nil nil))) ;; .emacs (setq make-backup-files nil) (setq create-lockfiles nil) (setq auto-save-default nil) (setq frame-title-format "%b") (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(canlock-password "ff816ad05b9a5accc83c04cdffdc44e7854b5ab8") '(debug-on-error t) '(display-battery-mode nil) '(initial-buffer-choice "~/") '(send-mail-function 'mailclient-send-it) '(smtpmail-smtp-server "disroot.org") '(smtpmail-smtp-service 25 t)) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(default ((t (:family "fixed" :foundry "misc" :slant normal :weight normal :height 231 :width normal))))) (add-to-list 'load-path "~/.emacs.d/jl-encrypt") (require 'jl-encrypt) (require 'epa-file) (setq epa-file-encrypt-to "46BB3F32") (setq mail-user-agent 'gnus-user-agent) [1] https://c.im/@jindam_vani/109516965307129546 [2] https://c.im/@jindam_vani/109515651458422170 [3] https://github.com/CypherpunkArmory/UserLAnd i am sending this email using gnus emacs. regards, jindam, vani