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=-2.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 11644 invoked from network); 28 May 2021 02:45:16 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 28 May 2021 02:45:16 -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) (envelope-from ) id 1lmSUs-007yda-Qq for ml@inbox.vuxu.org; Thu, 27 May 2021 21:45:14 -0500 Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.94) (envelope-from ) id 1lmSUs-00GnlJ-56 for ml@inbox.vuxu.org; Thu, 27 May 2021 21:45:14 -0500 Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1lmSUr-00GnlE-DD for ding@lists.math.uh.edu; Thu, 27 May 2021 21:45:13 -0500 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) (envelope-from ) id 1lmSUn-007ydI-EI for ding@lists.math.uh.edu; Thu, 27 May 2021 21:45:13 -0500 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=ih5QrvJ7Z2g9/v0oMrDJNobqS6WBA3FR2lxQ8o/lsCs=; b=VnZyvxmctoGG2QmpgjvlvBv2rE NMQEFKX8c8JYP0qnuX8Eu4e0tLX0iM+wgjAkghs/7idRqnvI8/VgNexFfKuwU1kg/UQsuh9xCzykH 3/ehZreUGJnGfjqMegnHO5VaFn3yYMU92HjH/WL1OvW9NCM7JAOClvuX++7b0+5LDPIg=; 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 1lmSUh-0003yN-C7 for ding@gnus.org; Fri, 28 May 2021 04:45:05 +0200 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1lmSUg-0007nt-JS for ding@gnus.org; Fri, 28 May 2021 04:45:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: Pankaj Jangid Subject: Re: Mail source failed, wrong-type-argument integer-or-marker-p nil Date: Fri, 28 May 2021 08:10:36 +0530 Message-ID: References: <87zgy6fes6.fsf@zoho.eu> <87wnrkw4kl.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (darwin) Cancel-Lock: sha1:WR51cDkBNmT1PjrAA9XbhI72zUs= List-ID: Precedence: bulk Eric Abrahamsen writes: >> failed: (wrong-type-argument integer-or-marker-p nil) > > That error is coming from somewhere in the code below, which could > actually be quite a bit of code since it is calling out to > `nnmail-split-incoming' which is a fairly large function. Have you > changed anything configuration related to mail splitting recently? I think this is related to bug 48664. I was also under an impression that this might be local issue. But now Julien also reported. This could be somewhere deeper in Emacs code. Started appearing in last 4-5 days only. I think there are no Gnus changes in this period.