From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/36772 Path: main.gmane.org!not-for-mail From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) Newsgroups: gmane.emacs.gnus.general Subject: Re: Undo effect of adaptive scoring? Date: Tue, 03 Jul 2001 18:43:08 +0200 Message-ID: References: <20010703150724.D5046BD01@squeaker.lickey.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035172302 10375 80.91.224.250 (21 Oct 2002 03:51:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:51:42 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 26322 invoked from network); 3 Jul 2001 16:43:37 -0000 Original-Received: from waldorf.cs.uni-dortmund.de (129.217.4.42) by gnus.org with SMTP; 3 Jul 2001 16:43:37 -0000 Original-Received: from lothlorien.cs.uni-dortmund.de (lothlorien.cs.uni-dortmund.de [129.217.19.67]) by waldorf.cs.uni-dortmund.de with ESMTP id SAA11148 for ; Tue, 3 Jul 2001 18:43:10 +0200 (MES) Original-Received: from lucy.cs.uni-dortmund.de (lucy [129.217.19.80]) by lothlorien.cs.uni-dortmund.de id SAA19208; Tue, 3 Jul 2001 18:43:09 +0200 (MET DST) Original-Received: (from grossjoh@localhost) by lucy.cs.uni-dortmund.de (8.9.3/8.9.3/Debian 8.9.3-21) id SAA04229; Tue, 3 Jul 2001 18:43:09 +0200 Original-To: ding@gnus.org In-Reply-To: (Michael Livshin's message of "03 Jul 2001 19:14:57 +0300") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.104 Original-Lines: 21 Xref: main.gmane.org gmane.emacs.gnus.general:36772 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:36772 On 03 Jul 2001, Michael Livshin wrote: > I wish I just could say: "please don't score Kai's posts > adaptively". I know how to say: don't create adaptive scoring rules based on the >>From header. This is how I do it: (require 'gnus-score) (setq gnus-adaptive-score-alist (mapcar (lambda (x) (cons (car x) (when (assq 'from (cdr x)) (setq x (remove (assq 'from (cdr x)) (cdr x)))))) gnus-adaptive-score-alist)) kai -- ~/.signature: No such file or directory