From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 2183 invoked from network); 23 Jan 2023 17:11:09 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 23 Jan 2023 17:11:09 -0000 Received: from lists1.math.uh.edu ([129.7.128.208]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pK0La-00F7qu-J1 for ml@inbox.vuxu.org; Mon, 23 Jan 2023 11:11:06 -0600 Received: from lists1.math.uh.edu ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.96) (envelope-from ) id 1pK0La-005lEB-0o for ml@inbox.vuxu.org; Mon, 23 Jan 2023 11:11:06 -0600 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtp (Exim 4.96) (envelope-from ) id 1pJeW4-005iyj-2U for ding@lists.math.uh.edu; Sun, 22 Jan 2023 11:52:29 -0600 Received: from quimby.gnus.org ([95.216.78.240]) by mx2.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pJeW2-00BovL-FX for ding@lists.math.uh.edu; Sun, 22 Jan 2023 11:52:28 -0600 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:Mime-Version:References:Message-ID:Date:Subject: From:To:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=CDR/GEPH8IlDULsrvx2Y4mvO0e92py3W5vWo8y5mA8w=; b=msHPIsR7VmJWkqW24lj1Bijuzs SjxNpiGZfc3Nz1jaRmBk/YmE+5CX7PlqjK2PsneuJFUxFR6Sf85CXJn86yzI8EbCn6zfY9hRWFQso tkPIf4iuFtrBi3nh5uVlgAQsLlhav3ShRVNQKE/5i1b/Sf3mZou/vT+xJ06pHTH6cZKc=; Received: from ciao.gmane.io ([116.202.254.214]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pJeVu-0004yV-GQ for ding@gnus.org; Sun, 22 Jan 2023 18:52:21 +0100 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1pJeVr-0006iy-JP for ding@gnus.org; Sun, 22 Jan 2023 18:52:15 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: =?utf-8?Q?G=C4=B3s_Hillenius?= Subject: Re: Mails not sent / not not appear in nnfolder+sent Date: Sun, 22 Jan 2023 18:52:05 +0100 Organization: Using Emacs' Org Mode Message-ID: <87pmb6jw3e.fsf@hillenius.net> References: <875ycyshyc.fsf@bitburger.home.felix> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:WrEKByXVhxhon3IlSipo81syOcM= OpenPGP: id=340F F9A4 8F6C 18FD D032 0C33 ABA1 CB30 E997 A3AF X-Operating-System: Debian GNU/Linux Sid List-ID: Precedence: bulk On 22 January 2023 16:32 Felix Natter, wrote: > hello Gnus experts, > > I am using Gnus v5.13 / GNU Emacs 27.1 and for quite some time, > occasionally, some mails are not actually sent _and/or_ do not appear in the > sent-mails backend (nnfolder+sent:sent-mail.-). > > That is, *maybe* they are sent, but do not end up in sent-mail-**. > > I'm not sure I matched this correctly, but it seems this is a > problematic case in *Messages*: > > Sending email > 250 Requested mail action okay, completed: id=1N1OXT-1oZnjj2sXb-012t77 > Sending email done > 221 gmx.net Service closing transmission channel > Sending...done > Deleting article /home/felix/News/drafts/drafts/190 in drafts... > Saving file /home/felix/.newsrc... > > ... and this is a normal case: > > Sending email > 250 Requested mail action okay, completed: id=1MQ5vW-1p6KQW3o2a-00M3AZ > Sending email done > 221 gmx.net Service closing transmission channel > Saving file /home/felix/Mail/sent/sent-mail/2023-01... > Wrote /home/felix/Mail/sent/sent-mail/2023-01 > Sending...done > Deleting article /home/felix/News/drafts/drafts/191 in drafts... > Saving file /home/felix/.newsrc... > > How can I debug this / add additional logging? Why are there messages here about drafts? You have special GCC settings? Check if this gives you more info: ; Debug Smtp (setq smtpmail-debug-info t) (setq smtpmail-debug-verb t)