Gnus development mailing list
 help / color / mirror / Atom feed
From: "Steven L. Baur" <steve@miranova.com>
Subject: Re: What's wrong with this?
Date: Thu, 2 Nov 1995 17:34:35 -0800	[thread overview]
Message-ID: <199511030134.RAA07671@miranova.com> (raw)
In-Reply-To: mcampbel@schubert.sbi.com's message of Thu, 2 Nov 1995 12:45:37 -0500

>>>>> "MC" == Michael the Bearded <mcampbel@schubert.sbi.com> writes:

    MC> In my all.SCORE file, I have:

    MC>  ("newsgroups" ("^newsgroups:.*," -1 nil r)
...

    MC> Other than the efficiency issue, what's wrong with it?  It
    MC> never gets used for some reason.

Well, the manual says about score files:

   Six keys are supported by this alist:
   STRING       
          If the key is a string, it is the name of the header to perform
          the match on. Scoring can only be performed on these eight
          headers: `From', `Subject', `References', `Message-ID', `Xref',
          `Lines', `Chars' and `Date'.

You are not allowed to score off of the Newsgroups line.

Since you don't care about efficiency, just change the first
"newsgroups" to "Head" and that should allow your matches.

-- 
steve@miranova.com baur


      reply	other threads:[~1995-11-03  1:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-11-02 17:45 Michael the Bearded
1995-11-03  1:34 ` Steven L. Baur [this message]

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=199511030134.RAA07671@miranova.com \
    --to=steve@miranova.com \
    /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).