Gnus development mailing list
 help / color / mirror / Atom feed
From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann)
Subject: Re: Undo effect of adaptive scoring?
Date: Tue, 03 Jul 2001 18:43:08 +0200	[thread overview]
Message-ID: <vaf66da3qw3.fsf@lucy.cs.uni-dortmund.de> (raw)
In-Reply-To: <s3pubic7lq.fsf@yahoo.com.cmm> (Michael Livshin's message of "03 Jul 2001 19:14:57 +0300")

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


  reply	other threads:[~2001-07-03 16:43 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-03 13:32 Kai Großjohann
2001-07-03 13:51 ` Michael Livshin
2001-07-03 15:07 ` Matt Armstrong
2001-07-03 16:13   ` Kai Großjohann
2001-07-03 16:14   ` Michael Livshin
2001-07-03 16:43     ` Kai Großjohann [this message]
2001-07-03 16:59       ` Michael Livshin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=vaf66da3qw3.fsf@lucy.cs.uni-dortmund.de \
    --to=kai.grossjohann@cs.uni-dortmund.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).