From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/61138 Path: news.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.emacs.gnus.general Subject: Re: Advanced scoring rule omitted from trace buffer when traditional rules also apply Date: Wed, 12 Oct 2005 00:06:26 +0200 Message-ID: References: <87u0fo5ddh.fsf@jrhtest.homewood.k12.al.us> <87ll0z4t1n.fsf@jrhtest.homewood.k12.al.us> 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 1129068433 866 80.91.229.2 (11 Oct 2005 22:07:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 11 Oct 2005 22:07:13 +0000 (UTC) Cc: Ding List Original-X-From: ding-owner+m9671@lists.math.uh.edu Wed Oct 12 00:07:05 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EPSGu-0007O7-3Z for ding-account@gmane.org; Wed, 12 Oct 2005 00:06:56 +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 1EPSGq-0003ul-00; Tue, 11 Oct 2005 17:06:52 -0500 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1EPSGW-0003ug-00 for ding@lists.math.uh.edu; Tue, 11 Oct 2005 17:06:32 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1EPSGT-0007vN-4q for ding@lists.math.uh.edu; Tue, 11 Oct 2005 17:06:31 -0500 Original-Received: from mail.uni-ulm.de ([134.60.1.1]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1EPSGR-0001eb-00 for ; Wed, 12 Oct 2005 00:06:27 +0200 Original-Received: from bridgekeeper.physik.uni-ulm.de (bridgekeeper.physik.uni-ulm.de [134.60.10.123]) by mail.uni-ulm.de (8.13.4/8.13.4) with ESMTP id j9BM6QLx026122; Wed, 12 Oct 2005 00:06:26 +0200 (MEST) Original-Received: by bridgekeeper.physik.uni-ulm.de (Postfix, from userid 170) id 2DB5B109D3; Wed, 12 Oct 2005 00:06:26 +0200 (CEST) Mail-Followup-To: Jonathan Hankins , Ding List Original-To: Jonathan Hankins In-Reply-To: <87ll0z4t1n.fsf@jrhtest.homewood.k12.al.us> (Jonathan Hankins's message of "Tue, 11 Oct 2005 16:56:04 -0500") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-DCC-MessageCare-Metrics: gemini 1108; Body=2 Fuz1=2 Fuz2=2 X-Spam-Score: -2.5 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:61138 Archived-At: On Tue, Oct 11 2005, Jonathan Hankins wrote: > Reiner, > > Thanks for the quick reply. The information you requested is included > below. Please don't strip the list address when replying (see Mail-Followup-To header). As bugs@gnus.org is quite overloaded with spam, I move the discussion to the ding list (Gnus development list) instead. I always get lost when trying to understand `gnus-score.el', so I hope someone else can look into this... ;-) Bye, Reiner Full-quote of Jonathan's message follows... > Reiner Steib writes: > >> On Tue, Oct 11 2005, Jonathan Hankins wrote: >> >>> However, when I have a combination of "traditional" and "advanced" >>> scoring rules that all apply to a message, the "V S" command shows the >>> correct score, but when I use the "V t" command, the trace shows only >>> the "traditional" rules. >>> >>> Let me know if I can provide any further information. >> >> - The relevant score rules > > (((& > ("subject" "No Gnus" s) > ("from" "Magne" s)) > 500) > ("from" > ("Lars" 1 nil s)) > ("subject" > ("Oort" 1 nil s))) > >> >> - Message-Id of a public article (usenet or from some mailing list >> carried by gmane.org) which triggers the incorrect `V t' output. >> Alternatively post such a test case article to gmane.test on >> news.gmane.org. > > (nntp+news.gmane.org:gmane.emacs.gnus.announce) > > From: Lars Magne Ingebrigtsen > Newsgroups: gmane.emacs.gnus.announce > Subject: No Gnus v0.3 is released > Date: Sun, 01 May 2005 19:02:43 +0200 > Message-ID: > > V-S shows: 501 > V-t shows: > ("Lars" 1 nil s) > [nntp+news.gmane.org:gmane.emacs.gnus.announce.SCORE] -> > ~/News/nntp+news.gmane.org:gmane.emacs.gnus.announce.SCORE > > The rule: > ((& > ("subject" "No Gnus" s) > ("from" "Magne" s)) > 500) > > adds the 500 points, but is not displayed in the trace. > > -- > > To contrast, if I delete the rule: > ("from" > ("Lars" 1 nil s)) > > leaving me with this score file: > (((& > ("subject" "No Gnus" s) > ("from" "Magne" s)) > 500) > ("subject" > ("Oort" 1 nil s))) > > after V-R, V-S shows: 500 > V-t shows: > ((& ("subject" "No Gnus" s) ("from" "Magne" s)) 500) > [A file] -> A file