From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/52003 Path: main.gmane.org!not-for-mail From: Jon Ericson Newsgroups: gmane.emacs.gnus.general Subject: Re: How many people mark spam in gmane groups? Date: Wed, 30 Apr 2003 14:37:33 -0700 Sender: ding-owner@lists.math.uh.edu Message-ID: <87ade7wtsy.fsf@jpl.nasa.gov> References: <4n4r5aowwm.fsf@chubby.bwh.harvard.edu> <4n4r4y1jx8.fsf@lockgroove.bwh.harvard.edu> <87of2urq7l.fsf@jpl.nasa.gov> <4nvfwxql0s.fsf@lockgroove.bwh.harvard.edu> <87wuhddwjl.fsf@jpl.nasa.gov> <4nr87lqixn.fsf@lockgroove.bwh.harvard.edu> <87brypdqzn.fsf@jpl.nasa.gov> <4nd6j3c01c.fsf@lockgroove.bwh.harvard.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1051738605 14169 80.91.224.249 (30 Apr 2003 21:36:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 30 Apr 2003 21:36:45 +0000 (UTC) Original-X-From: ding-owner+M546@lists.math.uh.edu Wed Apr 30 23:36:41 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 19AzFp-0003fz-00 for ; Wed, 30 Apr 2003 23:36:41 +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 19AzGr-0003x6-00; Wed, 30 Apr 2003 16:37:45 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19AzGm-0003x1-00 for ding@lists.math.uh.edu; Wed, 30 Apr 2003 16:37:40 -0500 Original-Received: (qmail 12706 invoked by alias); 30 Apr 2003 21:37:37 -0000 Original-Received: (qmail 12701 invoked from network); 30 Apr 2003 21:37:36 -0000 Original-Received: from eis-msg-012.jpl.nasa.gov (137.78.160.40) by sclp3.sclp.com with SMTP; 30 Apr 2003 21:37:36 -0000 Original-Received: from jon-ericson.SDSIO.JPL.NASA.GOV.sdsio.jpl.nasa.gov (jon-ericson.jpl.nasa.gov [128.149.223.100]) by eis-msg-012.jpl.nasa.gov (8.12.9/8.12.9) with ESMTP id h3ULbYoH008933 for ; Wed, 30 Apr 2003 14:37:34 -0700 (PDT) Original-To: ding@gnus.org Mail-Followup-To: ding@gnus.org, Jon.Ericson@jpl.nasa.gov In-Reply-To: <4nd6j3c01c.fsf@lockgroove.bwh.harvard.edu> (Ted Zlatanov's message of "Wed, 30 Apr 2003 14:28:31 -0400") User-Agent: Gnus/5.09002 (Oort Gnus v0.20) XEmacs/21.4 (Native Windows TTY Support (Windows), cygwin32) X-Face: "Ro}i#1h*rV:tg+F.!]r/y,RDL'`*sc[_1LB'%*akh@LHbt,:gBJ/:2cS@:hpBLtYO)o3a; w3Tli`r,.jIZD-zR)p7:^V^}#Wz@.\av>O{!8S.h>lnL3eMT1",~EiISLm4rw/*qVW3xE#vj4}#Cq' 57,?HW3K-Hl.B+&{=>+e;R:J~'tJ*~fS*2n-G_8_5eS[w?#*JF~tj#~=zglo*\&YBS1&Zr2gP] Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:52003 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:52003 Ted Zlatanov writes: > On Tue, 29 Apr 2003, Jon.Ericson@jpl.nasa.gov wrote: >> It'd make more sense to say something like: >> >> Regexp matching Gmane newsgroups. If you are using spam.el, >> consider setting gnus-spam-process-newsgroups or >> the gnus-group-spam-exit-processor-report-gmane group/topic >> parameter instead. > > Go ahead and make a patch of the docs you mention here and elsewhere > in this message and anything else you think needs work in > spam-report.el, I'll commit the patch. Ok: diff -u spam-report.el.old spam-report.el --- spam-report.el.old 2003-04-30 12:04:51.000000000 -0700 +++ spam-report.el 2003-04-30 12:08:38.000000000 -0700 @@ -35,8 +35,10 @@ "Spam reporting configuration.") (defcustom spam-report-gmane-regex nil - "String matching Gmane newsgroups if wanted, e.g. \"^nntp+.*:gmane.\" -This is probably handled better with group/topic parameters." + "Regexp matching Gmane newsgroups, e.g. \"^nntp\\+.*:gmane\\.\" +If you are using spam.el, consider setting gnus-spam-process-newsgroups +or the gnus-group-spam-exit-processor-report-gmane group/topic parameter +instead." :type 'regexp :group 'spam-report) diff -u gnus.el.old gnus.el --- gnus.el.old 2003-04-30 12:24:35.000000000 -0700 +++ gnus.el 2003-04-30 12:22:48.000000000 -0700 @@ -1875,8 +1875,7 @@ "*Groups in which to automatically process spam or ham articles with a backend on summary exit. If non-nil, this should be a list of group name regexps that should match all groups in which to do automatic -spam processing, associated with the appropriate processor. This only makes sense -for mail groups." +spam processing, associated with the appropriate processor." :variable-group spam :variable-type '(repeat :tag "Spam/Ham Processors" (list :tag "Spam Summary Exit Processor Choices" >> P.S. Why is the Mail-Followup-To set to "Jon Ericson >> , ding@gnus.org"? When I hit 'F' to >> reply, the mail was to be sent to me and CCed to the list. Is >> this what is intended? > > No idea, I just hit 'f' on your message. Ok. For this message, I did a `C-c C-f C-a' to see what would happen. Looks like it did the right thing. I wonder where the problem is? Jon -- Everyone who does evil hates the light, and will not come into the light for fear that his deeds will be exposed. But whoever lives by the truth comes into the light, so that it may be seen plainly that what he has done has been done through God." -- John 3:20-21 (NIV)