Gnus development mailing list
 help / color / mirror / Atom feed
* scoring
@ 1999-11-25  0:03 Brian May
  1999-12-01 20:56 ` scoring Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 16+ messages in thread
From: Brian May @ 1999-11-25  0:03 UTC (permalink / raw)


Hello again,

according to the info documentation:

"Multiple crossposts"
     If you want to lower the score of articles that have been
     crossposted to more than, say, 3 groups:
          ("xref" ("[^:\n]+:[0-9]+ +[^:\n]+:[0-9]+ +[^:\n]+:[0-9]+" -1000 nil r))


However, this doesn't work, instead I have to use:

          ("xref" ("[^:]+:[0-9]+ +[^:]+:[0-9]+ +[^:]+:[0-9]+" -1000 nil r))

Which really puzzles me, as PGnus doesn't display any newlines
within the Xref line. Is that notation a legal R.E.? Or perhaps
PGnus removes newlines within the Xref line before displaying it?
How can I confirm/deny this? "C-u g" shows the Xref line, as expected,
without any newline characters.

(My guess is that the example is wrong, and PGnus interprets "\"
and "n" as two distinct characters, within [ and ] --- am I correct?
Perhaps this is a bug somewhere on my system.)


Another thing, while scoring based on the "Message-Id" works, scoring
based on "thread" doesn't work (nothing matches). This has me rather
puzzled, because I thought matching on thread is the same thing as
matching on the "Message-Id", but with followups included, too.
-- 
Brian May <bmay@csse.monash.edu.au>


^ permalink raw reply	[flat|nested] 16+ messages in thread
* scoring
@ 1996-06-12 18:14 michael lamoureux
  1996-06-12 22:02 ` scoring Lars Magne Ingebrigtsen
  1996-06-12 22:15 ` scoring Steven L Baur
  0 siblings, 2 replies; 16+ messages in thread
From: michael lamoureux @ 1996-06-12 18:14 UTC (permalink / raw)



In some randomly old version of ding or sgnus or something this
used to work:

comp.lang.postscript.KILL:
(gnus-kill "Subject" "convert\\|conversion\\|HPGL\\|->\\|filter\\|viewer\\|ghost\\|windows\\|laserjet\\|deskjet\\|inkjet\\|gs3\\|aladdin\\|acrobat\\|pdf")
(gnus-expunge "X")

I noticed today (I haven't read the group in months) that this wasn't
working anymore, so rather than figure out why, I just tried to do
this:

comp.lang.postscript.SCORE:
(("subject"
  ("conver" -1000 nil e)
  ("HPGL" -1000 nil e)
  ("->" -1000 nil e)
  ("filter" -1000 nil e)
  ("viewer" -1000 nil e)
  ("ghost" -1000 nil e)
  ("windows" -1000 nil e)
  ("95" -1000 nil e)
  ("jet" -1000 nil e)
  ("gs3" -1000 nil e)
  ("aladdin" -1000 nil e)
  ("acrobat" -1000 nil e)
  ("pdf" -1000 nil e)))


Still didn't work.  So, I tried customize score file, and it keeps
wanting to edit ~/news/SCORE.  What's that?  I thought the generic
score file was all.SCORE.  And why wouldn't the current score file be
comp.lang.postscript.SCORE while I was in that newsgroup.  When I try
to open this file in customize, it complains that this file isn't a
buffer (??!?).

related variables:
(setq gnus-directory "~/news/"
      gnus-kill-files-directory "~/news/"
      gnus-use-scoring t
      gnus-use-adaptive-scoring t
      gnus-score-find-score-files-function 'gnus-score-find-bnews)


Oh, and when I try to edit a score file, gnus says to run some
function when I'm done (sorry, don't have the name handy).  It doesn't
exist.  (And why wouldn't that function just be bound to "C-c C-c"
like everything else?)


XEmacs 19.13, gnus 5.2.15


lost,
Michael

caveat> the pipes burst next door today, so there's no coffee at the
caveat> coffee shop...this might be obvious.


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

end of thread, other threads:[~2000-04-21 20:00 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-11-25  0:03 scoring Brian May
1999-12-01 20:56 ` scoring Lars Magne Ingebrigtsen
1999-12-02  1:41   ` scoring Brian May
1999-12-05 21:53     ` scoring Kai Großjohann
1999-12-06  2:58       ` scoring Brian May
1999-12-06  4:11         ` scoring Lars Magne Ingebrigtsen
1999-12-06 12:53           ` scoring Jan Vroonhof
1999-12-06 13:09             ` scoring Per Abrahamsen
1999-12-06 13:21               ` scoring Hrvoje Niksic
1999-12-06 13:02           ` scoring Kai Großjohann
1999-12-06 23:29             ` scoring Brian May
1999-12-07 12:56               ` scoring Per Abrahamsen
2000-04-21 20:00                 ` scoring Lars Magne Ingebrigtsen
  -- strict thread matches above, loose matches on Subject: below --
1996-06-12 18:14 scoring michael lamoureux
1996-06-12 22:02 ` scoring Lars Magne Ingebrigtsen
1996-06-12 22:15 ` scoring 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).