Gnus development mailing list
 help / color / mirror / Atom feed
* What's wrong with this?
@ 1995-11-02 17:45 Michael the Bearded
  1995-11-03  1:34 ` Steven L. Baur
  0 siblings, 1 reply; 2+ messages in thread
From: Michael the Bearded @ 1995-11-02 17:45 UTC (permalink / raw)



In my all.SCORE file, I have:

 ("newsgroups" 
  ("^newsgroups:.*," -1 nil r)
  ("^newsgroups:.*,.*," -2 nil r)
  ("^newsgroups:.*,.*,.*," -4 nil r)
  ("^newsgroups:.*,.*,.*,.*," -8 nil r)
  ("^newsgroups:.*,.*,.*,.*,.*," -16 nil r)
  ("^newsgroups:.*,.*,.*,.*,.*,.*," -32 nil r)
  ("^newsgroups:.*,.*,.*,.*,.*,.*,.*," -64 nil r)
  ("^newsgroups:.*,.*,.*,.*,.*,.*,.*,.*," -128 nil r)
  ("^newsgroups:.*,.*,.*,.*,.*,.*,.*,.*,.*," -256 nil r)
  ("^newsgroups:.*,.*,.*,.*,.*,.*,.*,.*,.*,.*," -512 nil r)
  ("^newsgroups:.*,.*,.*,.*,.*,.*,.*,.*,.*,.*,.*," -1000 nil r))

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

+-----------------------------------------------------------------------------+
| Michael Campbell - mcampbel@offenbach.sbi.com :: I speak only for myself :: |
| Fools! I'll destroy them all!                                               |
+-----------------------------------------------------------------------------+
| carpe diva -- sieze the diva                                                |
+-----------------------------------------------------------------------------+


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: What's wrong with this?
  1995-11-02 17:45 What's wrong with this? Michael the Bearded
@ 1995-11-03  1:34 ` Steven L. Baur
  0 siblings, 0 replies; 2+ messages in thread
From: Steven L. Baur @ 1995-11-03  1:34 UTC (permalink / raw)


>>>>> "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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1995-11-03  1:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-11-02 17:45 What's wrong with this? Michael the Bearded
1995-11-03  1:34 ` Steven L. Baur

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).