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 2214 invoked from network); 23 Jan 2023 17:11:12 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 23 Jan 2023 17:11:12 -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 1pK0Lf-00F7tB-2D for ml@inbox.vuxu.org; Mon, 23 Jan 2023 11:11:11 -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 1pK0Le-005lFi-1h for ml@inbox.vuxu.org; Mon, 23 Jan 2023 11:11:10 -0600 Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtp (Exim 4.96) (envelope-from ) id 1pJqyQ-005jx5-1f for ding@lists.math.uh.edu; Mon, 23 Jan 2023 01:10:34 -0600 Received: from quimby.gnus.org ([95.216.78.240]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pJqyN-00Eq4M-QU for ding@lists.math.uh.edu; Mon, 23 Jan 2023 01:10:34 -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=PXPpwKcT5rsbMn/xvV6aKv19XKfZVRTWNdbxArGb3As=; b=btDN06GV8FIyd3xLXQ8fAPAHtH 1X4SuB6YYWKvVUAeih370nHqA626fqtZPPUnbf8uOc6BhWZj/S+dRON8GuR2E1WlXz7zQutD9XS9K U6YTrf35DZ1Q2xrr1aeGY5eHJ++twcNUAJ4QDw4k11Qy8HUDqKPvhXpXL34pFtRwmK2k=; 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 1pJqyE-0002B1-Ud for ding@gnus.org; Mon, 23 Jan 2023 08:10:25 +0100 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1pJqyB-0005wT-RO for ding@gnus.org; Mon, 23 Jan 2023 08:10:19 +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: Mon, 23 Jan 2023 08:10:15 +0100 Organization: Using Emacs' Org Mode Message-ID: <877cxdk9pk.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:CwIY/xivZTS5r+9dCffHLqpJXGY= 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? Do you have special GCC settings? You can try setting these. (setq smtpmail-debug-info t) (setq smtpmail-debug-verb t)