From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/53860 Path: main.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: Reporting spam for gmane.org Date: Fri, 29 Aug 2003 11:34:37 -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: <4n4r00eauq.fsf@lockgroove.bwh.harvard.edu> References: <87ad9tske4.fsf@shibby.plop.dyndns.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1062171367 13784 80.91.224.253 (29 Aug 2003 15:36:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 29 Aug 2003 15:36:07 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M2400@lists.math.uh.edu Fri Aug 29 17:36:05 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19slID-0001HK-00 for ; Fri, 29 Aug 2003 17:36:05 +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 19slHO-00039A-00; Fri, 29 Aug 2003 10:35:14 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19slHJ-000395-00 for ding@lists.math.uh.edu; Fri, 29 Aug 2003 10:35:09 -0500 Original-Received: (qmail 6608 invoked by alias); 29 Aug 2003 15:35:09 -0000 Original-Received: (qmail 6603 invoked from network); 29 Aug 2003 15:35:09 -0000 Original-Received: from clifford.bwh.harvard.edu (134.174.9.41) by sclp3.sclp.com with SMTP; 29 Aug 2003 15:35:09 -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 h7TFYbB18011; Fri, 29 Aug 2003 11:34:37 -0400 (EDT) Original-Received: (from tzz@localhost) by lockgroove.bwh.harvard.edu (8.11.6+Sun/8.11.0) id h7TFYbl13728; Fri, 29 Aug 2003 11:34:37 -0400 (EDT) Original-To: nbareil+gmane@plop.dyndns.org (Nicolas Bareil) 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: nbareil+gmane@plop.dyndns.org (Nicolas Bareil), ding@gnus.org In-Reply-To: <87ad9tske4.fsf@shibby.plop.dyndns.org> (Nicolas Bareil's message of "Thu, 28 Aug 2003 20:32:35 +0200") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (usg-unix-v) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:53860 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:53860 On Thu, 28 Aug 2003, nbareil+gmane@plop.dyndns.org wrote: > By default, spam-report-gmane-use-article-number doesn't exist so > spam-report.el tries to get the article number (On *my* news server) > and contact spam.gmane.org. > > But the article number is different between nntp://news.gmane.org/ > and nntp://my.news.server/ so legitimate article are marked as spam. > > Could we just change the default setting, or write a warning in the > Gnus manual ? > > PS : Personnaly, I've just put this in my ~/.gnus : > (setq spam-report-gmane-use-article-number nil) I fixed the manual, the diff is appended for your reference. Thanks for the report. I think the default should be to use the article number because the vast majority of people don't run their own news server. Ted Index: gnus.texi =================================================================== RCS file: /usr/local/cvsroot/gnus/texi/gnus.texi,v retrieving revision 6.540 diff -u -r6.540 gnus.texi --- gnus.texi 8 Aug 2003 16:29:26 -0000 6.540 +++ gnus.texi 29 Aug 2003 15:41:01 -0000 @@ -22676,7 +22676,21 @@ customizing the group parameters or the @code{gnus-spam-process-newsgroups} variable. When this symbol is added to a group's @code{spam-process} parameter, the spam-marked -articles groups will be reported to the Gmane administrators. +articles groups will be reported to the Gmane administrators via a +HTTP request. + +Gmane can be found at @uref{http://gmane.org}. + +@end defvar + +@defvar spam-report-gmane-use-article-number + +This variable is @code{t} by default. Set it to @code{nil} if you are +running your own news server, for instance, and the local article +numbers don't correspond to the Gmane article numbers. When +@code{spam-report-gmane-use-article-number} is @code{nil}, +@code{spam-report.el} will use the @code{X-Report-Spam} header that +Gmane provides. @end defvar