From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/51963 Path: main.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: How many people mark spam in gmane groups? Date: Tue, 29 Apr 2003 13:12:13 -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: <4nznm9qlci.fsf@lockgroove.bwh.harvard.edu> References: <4n4r5aowwm.fsf@chubby.bwh.harvard.edu> <4n4r4y1jx8.fsf@lockgroove.bwh.harvard.edu> <87r87qq8ff.fsf@jpl.nasa.gov> <871xzmqxj8.fsf@jpl.nasa.gov> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1051636502 22965 80.91.224.249 (29 Apr 2003 17:15:02 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 29 Apr 2003 17:15:02 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M506@lists.math.uh.edu Tue Apr 29 19:15:00 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 19AYeS-0005fh-00 for ; Tue, 29 Apr 2003 19:12:20 +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 19AYeR-0001yQ-00; Tue, 29 Apr 2003 12:12:19 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19AYeN-0001yL-00 for ding@lists.math.uh.edu; Tue, 29 Apr 2003 12:12:15 -0500 Original-Received: (qmail 14534 invoked by alias); 29 Apr 2003 17:12:14 -0000 Original-Received: (qmail 14529 invoked from network); 29 Apr 2003 17:12:14 -0000 Original-Received: from clifford.bwh.harvard.edu (134.174.9.41) by sclp3.sclp.com with SMTP; 29 Apr 2003 17:12:14 -0000 Original-Received: from lockgroove.bwh.harvard.edu (lockgroove [134.174.9.133]) by clifford.bwh.harvard.edu (8.10.2+Sun/8.11.0) with ESMTP id h3THCDI27887; Tue, 29 Apr 2003 13:12:13 -0400 (EDT) Original-Received: (from tzz@localhost) by lockgroove.bwh.harvard.edu (8.11.6+Sun/8.11.0) id h3THCDt00960; Tue, 29 Apr 2003 13:12:13 -0400 (EDT) Original-To: Jon Ericson In-Reply-To: <871xzmqxj8.fsf@jpl.nasa.gov> (Jon Ericson's message of "Mon, 28 Apr 2003 11:36:43 -0700") 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: Jon Ericson , ding@gnus.org User-Agent: Gnus/5.09002 (Oort Gnus v0.20) Emacs/21.3 (usg-unix-v) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:51963 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:51963 On Mon, 28 Apr 2003, Jon.Ericson@jpl.nasa.gov wrote: > After setting spam-report-gmane-use-article-number to nil, the bug > disappears. Here's the bit of code from spam-report.el that this > variable toggles: > > (spam-report-url-ping "spam.gmane.org" > (format "/%s:%d" > (gnus-group-real-name gnus-newsgroup-name) > (gnus-summary-article-number))) > > I think that (gnus-summary-article-number) is the problem. Yes, it was. I fixed this in CVS, please take a look and try with spam-report-gmane-use-article-number. I have no idea why I used (gnus-summary-article-number) instead of the variable article which already holds the article number, as passed to spam-report-gmane. I want to keep the optimization in place. NNTP retrieval can be slow, I've been on a dialup line before. Thanks Ted