From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/24171 Path: main.gmane.org!not-for-mail From: pahe@daimi.au.dk (Peter von der =?iso-8859-1?q?Ah=E9?=) Newsgroups: gmane.emacs.gnus.general Subject: Word based adaptive scoring Date: Mon, 12 Jul 1999 16:29:43 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7BIT X-Trace: main.gmane.org 1035161783 7247 80.91.224.250 (21 Oct 2002 00:56:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:56:23 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA01657 for ; Mon, 12 Jul 1999 10:40:58 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id JAB13020; Mon, 12 Jul 1999 09:36:45 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 12 Jul 1999 09:32:27 -0500 (CDT) Original-Received: from Post-Office.UH.EDU (pmdf@Post-Office.UH.EDU [129.7.1.20]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id JAA18393 for ; Mon, 12 Jul 1999 09:32:18 -0500 (CDT) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [204.252.123.139]) by Post-Office.UH.EDU (PMDF V5.2-32 #34071) with ESMTP id <0FER0092FHNPFS@Post-Office.UH.EDU> for ding@hpc.uh.edu; Mon, 12 Jul 1999 09:31:02 -0500 (CDT) Original-Received: from ufleku.daimi.au.dk (root@ufleku.daimi.au.dk [130.225.19.182]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA01480 for ; Mon, 12 Jul 1999 10:29:45 -0400 (EDT) Original-Received: (from pahe@localhost) by ufleku.daimi.au.dk (8.9.3/8.8.4) id QAA20567; Mon, 12 Jul 1999 16:29:44 +0200 Original-To: ding@gnus.org User-Agent: Gnus/5.070095 (Pterodactyl Gnus v0.95) Emacs/20.3 X-Attribution: Ahe Original-Lines: 25 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:24171 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:24171 Hi! (pgnus v0.95) I would like to use adaptive scoring based on words in one group. So I have tried setting gnus-use-adaptive-scoring to '(word) in both the parameters and the score file for that group. When in the group the value of gnus-use-adaptive-scoring is '(word) locally, and the global value is '(line). Entries in the ADAPT file is on the form: (("subject" ("HTMLPerlSETI 0.1" 2 729947 f))) What I would like is that only the word "HTMLPerlSETI" is considered, like: (("subject" ("HTMLPerlSETI" 2 729947 f))) Is it possible to use word based adaptive scoring on only one group, or do I have to switch to word based adaptive scoring on all my groups (I would prefer not)? Cheers, Peter