From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/27805 Path: main.gmane.org!not-for-mail From: Rene Matteau Newsgroups: gmane.emacs.gnus.general Subject: Re: Adaptive scoring; problem or incorrect setup? Date: 06 Dec 1999 12:32:23 -0500 Organization: Gnus Information Center Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035164763 26428 80.91.224.250 (21 Oct 2002 01:46:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:46:03 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA29865 for ; Mon, 6 Dec 1999 12:36:38 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id LAB17134; Mon, 6 Dec 1999 11:35:43 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 06 Dec 1999 11:34:24 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id LAA08437 for ; Mon, 6 Dec 1999 11:34:08 -0600 (CST) Original-Received: from quimby.gnus.org (quimby.gnus.org [193.69.4.139]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA29687 for ; Mon, 6 Dec 1999 12:33:35 -0500 (EST) Original-Received: (from news@localhost) by quimby.gnus.org (8.9.3/8.9.3) id SAA32427 for ding@gnus.org; Mon, 6 Dec 1999 18:35:40 +0100 (CET) Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 35 Original-NNTP-Posting-Host: fw2.torolab.ibm.com Original-X-Trace: quimby.gnus.org 944501739 8315 199.246.40.3 (6 Dec 1999 17:35:39 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 6 Dec 1999 17:35:39 GMT User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:27805 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:27805 Lars, Thank you for the response but still no luck: I am running gnus 5.8.2 with Emacs 20.4 on Windows NT In my .gnus.el, I have: ; Use only one score file (setq gnus-home-score-file "my-total-score-file.SCORE") In one of the groups for which I want adaptive scoring, I have in the group parameters: ((gnus-use-adaptive-scoring '(word line)) (gnus-article-sort-functions '(gnus-article-sort-by-score gnus-article-sort-by-subject)) (gnus-adaptive-word-no-group-words t)) In the summary buffer of the newsgroup corresponding to this group parameter, the variable "gnus-use-adaptive-scoring" evaluates as '(word line) as expected. However, the ADAPT file is not create and no adaptive scoring seems to be done. What am I missing? Lars Magne Ingebrigtsen writes: > Rene Matteau writes: > > 2) I am seeing ADAPT scoring file that have subject adaptive scoring > > rules in newsgroups for which I would not expect to have adaptive > > scoring setup (I know about followup scoring). Some examples are the > > following newsgroups which should not match the above filters: > > If you don't want adaptive scoring in some groups, you must switch it > off for those groups (for instance with group/topic parameters). > -- Rene