From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/44462 Path: main.gmane.org!not-for-mail From: Karl Kleinpaste Newsgroups: gmane.emacs.gnus.general Subject: Re: Score help... Date: Mon, 29 Apr 2002 08:08:42 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: References: <87pu0ja8f4.fsf@nwalsh.com> <87adrmajso.fsf@nwalsh.com> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1020082280 14252 127.0.0.1 (29 Apr 2002 12:11:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 29 Apr 2002 12:11:20 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 172A00-0003hl-00 for ; Mon, 29 Apr 2002 14:11:20 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1729yk-0006XL-00; Mon, 29 Apr 2002 07:10:02 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 29 Apr 2002 07:10:16 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id HAA24967 for ; Mon, 29 Apr 2002 07:10:03 -0500 (CDT) Original-Received: (qmail 19559 invoked by alias); 29 Apr 2002 12:08:48 -0000 Original-Received: (qmail 19531 invoked from network); 29 Apr 2002 12:08:46 -0000 Original-Received: from mesquite.slip.cs.cmu.edu (HELO cinnamon.vanillaknot.com) (128.2.207.11) by gnus.org with SMTP; 29 Apr 2002 12:08:46 -0000 Original-Received: (from karl@localhost) by cinnamon.vanillaknot.com (8.11.6/8.11.6) id g3TC8gW27131; Mon, 29 Apr 2002 08:08:42 -0400 Original-To: ding@gnus.org X-Face: "8-CgoYhiD_O!#(F%E=..0>QA_#WDy+]_XoAr)L]`-zjAc\d+nsFXq`=v_# =pVh#sP*K~j,0k9N}`E7jX"5+U?4/UIF1EE X-Face: "5(T0tZd{6}pd~YzBG8O/*EW,.]6]@`m^e;fv65W^Y&=d"M\1H}>T~4_.kcDD.O~y3k)a6 hR;Nmi>9|>Nm${2IpM0^RcUEa\jcq?KOP)C&~x51l~zCHTulL^_T|u0I^kB'z@]{`2YjQu In-Reply-To: <87adrmajso.fsf@nwalsh.com> (Norman Walsh's message of "Mon, 29 Apr 2002 06:19:51 -0400") Original-Lines: 22 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) XEmacs/21.4 (Common Lisp, i686-pc-linux) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:44462 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:44462 Norman Walsh writes: >| This doesn't look like the correct format. Hm. In the first >| position, it seems you should put one of the allowed headers, or >| "Head" or "Body" or "All", or something. >| The "extra" thing is a symbol that goes in the fourth element, no? > Well, this is what M-i a L ... etc. created. But if the format is wrong, > that'd explain why it doesn't work :-) No, that's correct. "extra" scoring is another class of scoring. The header name to be scored is a (new) 5th element in the score entry in "extra" cases. This has been in Gnus since sometime in 1998, I think, though I fixed an annoying string-matching bug just a few months ago. It's possible that `e'xact scoring is doing something wrong in the context of extra header scoring -- perhaps the whitespace between header and content has not been handled properly. You might try changing the score entry to a `s'ubstring match instead, and see if that works. If so, I'll figure out what's wrong with the "exact" case and fix it.