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 autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 22516 invoked from network); 15 May 2020 20:10:34 -0000 Received: from lists1.math.uh.edu (129.7.128.208) by inbox.vuxu.org with ESMTPUTF8; 15 May 2020 20:10:34 -0000 Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.92.3) (envelope-from ) id 1jZger-00032H-8Q; Fri, 15 May 2020 15:10:13 -0500 Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1jZgem-0002zW-So for ding@lists.math.uh.edu; Fri, 15 May 2020 15:10:08 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx2.math.uh.edu with esmtps (TLSv1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.92.3) (envelope-from ) id 1jZgei-0000n9-G9 for ding@lists.math.uh.edu; Fri, 15 May 2020 15:10:08 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:To:From: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=nTUyrBDLMt6T1reN8y/W0AmF0uumA+YaWVB+WfrEWE4=; b=EP/odS0wv7pr5JOxrepc+VHAVR ZdjBh8P7s4LwDYz62FsTz4FiTLW+7A4DTZWAiLRV2DvrtXufLDo+66d7kGVb/B9opVyTObzMd6VWG Vsf7QD1J37x0NwXifCEk6f9CwadvANydASdeIo2Xyl53O9G00RXlripF2nzcyD3e+fLU=; Received: from ericabrahamsen.net ([52.70.2.18] helo=mail.ericabrahamsen.net) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jZgeZ-0000vW-Hm for ding@gnus.org; Fri, 15 May 2020 22:09:59 +0200 Received: from localhost (75-172-112-137.tukw.qwest.net [75.172.112.137]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id AC5DBFA08F for ; Fri, 15 May 2020 20:09:51 +0000 (UTC) From: Eric Abrahamsen To: ding@gnus.org Subject: Re: How often do the Emacs-Cloud nnimap folder needs to be cleaned up? References: <87a72bu83b.fsf@ericabrahamsen.net> Date: Fri, 15 May 2020 13:09:50 -0700 In-Reply-To: (Steinar Bang's message of "Fri, 15 May 2020 21:10:01 +0200") Message-ID: <87h7whhsdt.fsf@ericabrahamsen.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain List-ID: Precedence: bulk Steinar Bang writes: >>>>>> Eric Abrahamsen : > >> Hey have you been watching bug#40280? Bug reporters are saying that >> gnus-cloud doesn't work at all, because of faulty date-comparison logic. >> Is this not the case for you? > >> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=40280 > > Well, truth to tell, I don't even get that far. > > Saving works, but reading breaks with this stack trace: > Debugger entered--Lisp error: (wrong-type-argument stringp nil) > string-match("gmane.spam.reported" nil) > (if (string-match "gmane.spam.reported" gnus-newsgroup-name) (progn > (save-excursion (let ((queue nil) (score 0) line) (goto-char > (point-min)) (while (search-forward "\nX-Gmane-Queue:" nil t) (setq > line (split-string (buffer-substring ... ...))) (message "Resolving > %s" (nth 4 line)) (setq queue (cons (list ... ... ... ...) queue))) > (goto-char (point-max)) (if (search-backward "\nX-Spam-Report:" nil t) > (progn (goto-char (match-end 0)) (setq score (read ...)) (if (numberp > score) nil (setq score 0)))) (mail-header-set-extra header (list (list > (quote Id) (nth 1 ...) (nth 3 ...)) (list (quote Ip) (nth 4 line)) > (list (quote Score) score) (cons (quote Queue) > (spam-gmane-collate-reports queue)))))))) > spam-gmane-massage-header([12 "(sequence: UNKNOWN type: :full Is spam-gmane an external package? I can't find either of these functions in the sources, and the Google returns nothing, either...