Gnus development mailing list
 help / color / mirror / Atom feed
* Advanced scoring
@ 1996-05-20 18:52 Lars Magne Ingebrigtsen
  0 siblings, 0 replies; only message in thread
From: Lars Magne Ingebrigtsen @ 1996-05-20 18:52 UTC (permalink / raw)


Uhm, so, like, I wrote it.  That felt really *good*.  Fixing bugs is a
drag, but writing new code makes me feel tingly all over.

I won't include it in September, though.  So it'll have to languish in
obscurity until Red Gnus.  Which should be something like two weeks
away.

((|
  (1-
   (& 
    ("from" "lars" s)
    ("body" "you suck!")))
  (&
   (1-
    ("from" "geir")
    ("body" "no, you suck!"))
   ("body" "no, you suck much more")))
 100000)

This means that if Lars wrote in an article "You suck!", then articles
that follows up will have their score dramatically increased.  The
same will happen when Geir writes "No, you suck" and somebody follows
up with "No, you suck much more".

And here's the classic "when these two people talk to each other, they
should be ignored":

((|
  (&
   ("from" "lars)
   (1- ("from" "geir")))
 (&
  ("from" "geir")
  (1- ("from" "lars"))))
 -1000000)

-- 
  "Yes.  The journey through the human heart 
     would have to wait until some other time."


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1996-05-20 18:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-05-20 18:52 Advanced scoring Lars Magne Ingebrigtsen

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