From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/51964 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:19:15 -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: <4nvfwxql0s.fsf@lockgroove.bwh.harvard.edu> References: <4n4r5aowwm.fsf@chubby.bwh.harvard.edu> <4n4r4y1jx8.fsf@lockgroove.bwh.harvard.edu> <87of2urq7l.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 1051636778 24699 80.91.224.249 (29 Apr 2003 17:19:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 29 Apr 2003 17:19:38 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M507@lists.math.uh.edu Tue Apr 29 19:19:36 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 19AYkX-0006K0-00 for ; Tue, 29 Apr 2003 19:18:37 +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 19AYlF-00024p-00; Tue, 29 Apr 2003 12:19:21 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19AYlA-00024k-00 for ding@lists.math.uh.edu; Tue, 29 Apr 2003 12:19:16 -0500 Original-Received: (qmail 14946 invoked by alias); 29 Apr 2003 17:19:16 -0000 Original-Received: (qmail 14941 invoked from network); 29 Apr 2003 17:19:16 -0000 Original-Received: from clifford.bwh.harvard.edu (134.174.9.41) by sclp3.sclp.com with SMTP; 29 Apr 2003 17:19:16 -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 h3THJFI28076; Tue, 29 Apr 2003 13:19:15 -0400 (EDT) Original-Received: (from tzz@localhost) by lockgroove.bwh.harvard.edu (8.11.6+Sun/8.11.0) id h3THJF000984; Tue, 29 Apr 2003 13:19:15 -0400 (EDT) Original-To: Jon Ericson In-Reply-To: <87of2urq7l.fsf@jpl.nasa.gov> (Jon Ericson's message of "Fri, 25 Apr 2003 18:40:30 -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:51964 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:51964 On Fri, 25 Apr 2003, Jon.Ericson@jpl.nasa.gov wrote: > Is there an easy way to set up the group properties for all of my > Gmane groups? Put all of them under a topic and then customize the topic properties like you would customize a group. It works very nicely. > I couldn't get spam-report-gmane-regex to work for some reason.[1] > It seems like this should be a property of the server, not the > individual groups. Or perhaps we are really looking at a new sort > of protocol built on top of nntp. At any rate, I would prefer not > to have to twiddle with the properties of each new Gmane group I > add. > But enough of my griping; this stuff is great. I might even see > about ditching my current nnmail-split-fancy system and try the > other bits of spam.el. > > Jon > > Footnotes: [1] Most likely I screwed up the regex. I'd rather set > properties in any case, 'cause it seems less of a hack. spam-report.el doesn't really do anything automatic, you have to load spam.el for that. When you load spam.el, you can use the Gmane spam processor for the Gmane groups (there is a list of spam processors per group/topic/regex you can customize). Then, when you exit the group, spam-report-gmane will be called for every article you marked as spam in the group. spam.el is harmless if you don't use any spam/ham processors, and don't use spam-split in your mail splitting. On its own, spam-report.el could be used if you manually iterate over the list of spam articles in the gnus-newsgroup-spam-marked list at summary exit. That's what spam.el does, it just automates things. Thanks Ted