From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/60921 Path: news.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.emacs.gnus.general Subject: spam.el/spam-report.el: Gmane spam reporting broken in No Gnus Date: Thu, 08 Sep 2005 17:07:44 +0200 Organization: Dept. of Theoretical Physics, University of Ulm Message-ID: Reply-To: Reiner Steib NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1126194311 634 80.91.229.2 (8 Sep 2005 15:45:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 8 Sep 2005 15:45:11 +0000 (UTC) Original-X-From: ding-owner+m9453@lists.math.uh.edu Thu Sep 08 17:45:07 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EDOWo-0005ng-SP for ding-account@gmane.org; Thu, 08 Sep 2005 17:41:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1EDOWb-0001c6-00; Thu, 08 Sep 2005 10:41:17 -0500 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1EDOOM-0001c0-00 for ding@lists.math.uh.edu; Thu, 08 Sep 2005 10:32:46 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1EDOOF-0005wZ-6l for ding@lists.math.uh.edu; Thu, 08 Sep 2005 10:32:46 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1EDOOD-0002Js-00 for ; Thu, 08 Sep 2005 17:32:37 +0200 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EDOHs-0000cL-4j for ding@gnus.org; Thu, 08 Sep 2005 17:26:04 +0200 Original-Received: from bridgekeeper.physik.uni-ulm.de ([134.60.10.123]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Sep 2005 17:26:04 +0200 Original-Received: from Reiner.Steib by bridgekeeper.physik.uni-ulm.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Sep 2005 17:26:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org Original-Lines: 69 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: bridgekeeper.physik.uni-ulm.de X-Face: :6KQZ[nyoS_edmB.%gw-=)BYth^|2+Y+^cu%I$FSx!&>-'om>3H7A|M&n(V7fIo3P.;yo.b yq4$p;ZaBtkv)\}biaiBQe"mD}iib1AA@99-fZ7i*bLhNRVC&0Wkxg9)SH?oWc@{ Mail-Copies-To: nobody User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:pa1mMZUsu62ViyL9WMumaB834To= X-Spam-Score: -2.3 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:60921 Archived-At: Hi, spam reporting for gmane.* groups is broken in the trunk. Here's a minimal setup: --8<---------------cut here---------------start------------->8--- (setq spam-report-gmane-use-article-number nil spam-report-url-ping-function 'spam-report-url-to-file) gnus-parameters '(("^gmane\\." (spam-process (gnus-group-spam-exit-processor-report-gmane))))) (spam-initialize) --8<---------------cut here---------------end--------------->8--- To reproduce: Enter gmane.emacs.bugs, find a spam article, mark it with `S x', quit the group with `q'. Expected behavior (*Messages* buffer): ,----[ v5-10 branch ] | Exiting summary buffer and applying spam rules | Registering 1 articles with classification spam, check spam-use-gmane | Reporting spam article 3981 to spam.gmane.org... | Reporting spam through URL http://spam.gmane.org/gmane.emacs.bugs/12939... `---- Current behavior (*Messages* buffer): ,----[ No Gnus ] | Exiting summary buffer and applying spam rules | Registering 1 specific articles as spam using backend spam-use-move | 1 spam messages were registered by backend spam-use-move. `---- It's an NNTP group, so "move" makes no sense. No report URL is put into `spam-report-requests-file'. The function `spam-report-gmane' is not called at all. I guess the problem is related to the changes WRT `spam-summary-exit-behavior' and `spam-group-processor-p'. But I don't grok how it's supposed to work. I found out, that the Gmane entry has been removed from `spam-list-of-processors' ("The OBSOLETE `spam-list-of-processors' list."), but re-adding it didn't help: --8<---------------cut here---------------start------------->8--- --- spam.el 26 Aug 2005 14:10:04 +0200 7.72 +++ spam.el 08 Sep 2005 16:13:37 +0200 @@ -1237,7 +1237,8 @@ (defvar spam-list-of-processors ;; note the nil processors are not defined in gnus.el - '((gnus-group-spam-exit-processor-bogofilter spam spam-use-bogofilter) + '((gnus-group-spam-exit-processor-report-gmane spam spam-use-gmane) + (gnus-group-spam-exit-processor-bogofilter spam spam-use-bogofilter) (gnus-group-spam-exit-processor-bsfilter spam spam-use-bsfilter) (gnus-group-spam-exit-processor-blacklist spam spam-use-blacklist) (gnus-group-spam-exit-processor-ifile spam spam-use-ifile) --8<---------------cut here---------------end--------------->8--- Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/