From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/51744 Path: main.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: gnus-newsgroup-unseen gives gnus-dup-unsuppress-article error (was: error in current CVS) Date: Tue, 22 Apr 2003 12:05:39 -0400 Organization: =?koi8-r?q?=F4=C5=CF=C4=CF=D2=20=FA=CC=C1=D4=C1=CE=CF=D7?= @ Cienfuegos Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1051027515 2993 80.91.224.249 (22 Apr 2003 16:05:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 22 Apr 2003 16:05:15 +0000 (UTC) Original-X-From: ding-owner+M287@lists.math.uh.edu Tue Apr 22 18:05:14 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1980Ft-0000hF-00 for ; Tue, 22 Apr 2003 18:04:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1980GB-00064f-00; Tue, 22 Apr 2003 11:04:43 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1980G4-00064Z-00 for ding@lists.math.uh.edu; Tue, 22 Apr 2003 11:04:36 -0500 Original-Received: (qmail 84097 invoked by alias); 22 Apr 2003 16:04:35 -0000 Original-Received: (qmail 84092 invoked from network); 22 Apr 2003 16:04:35 -0000 Original-Received: from unknown (HELO ns1.beld.net) (24.233.95.11) by sclp3.sclp.com with SMTP; 22 Apr 2003 16:04:35 -0000 Original-Received: by ns1.beld.net (Postfix, from userid 102) id 4AEAD3BFB8; Tue, 22 Apr 2003 12:04:31 -0400 (EDT) Original-Received: from heechee.beld.net (dhcp-0-30-bd-1-93-b2.cpe.beld.net [24.233.82.187]) by ns1.beld.net (Postfix) with ESMTP id 216683C249 for ; Tue, 22 Apr 2003 12:04:22 -0400 (EDT) Original-To: ding@gnus.org X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Followup-To: ding@gnus.org In-Reply-To: (Norbert Koch's message of "Tue, 22 Apr 2003 16:26:17 +0200") User-Agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.2 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:51744 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:51744 On Tue, 22 Apr 2003, nk@viteno.net wrote: > Ted Zlatanov writes: > >> is outside spam.el, in gnus-dup.el. I think the arrayp error is >> happening when gnus-dup-unsuppress-article runs >> >> (gnus-data-header (gnus-data-find article)) >> >> and the article is somehow not available. I recently switched from >> running through all the articles sequentially to using >> gnus-newsgroup-unseen and gnus-newsgroup-unreads in >> spam-mark-junk-as-spam-routine, could that be the problem? > > It seems to be the problem. I've just re-used version 6.92, ie > before these changes, of spam.el and everything looks great. > > Hmm, is there a file I should, err, bring closer to reality in order > to use the new features? I haven't seen the error you mention. Maybe it's Agent-related, I don't know, but I use the latest spam.el and I get consistently marked articles without errors. I don't use the Agent. You probably have spam-mark-only-unseen-as-spam set to t (the default), right? In that case the error is with gnus-newsgroup-unseen, it's somehow giving us articles that trigger an error when I try to apply the spam-mark to them (in gnus-dup-unsuppress-article). Can you try to debug gnus-dup-unsuppress-article, using debug statements, to see where the arrayp error is occurring? Since I can't duplicate your problem, you need to trace through it on your side. Thanks Ted