Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
Subject: Downloading articles into the agent
Date: 27 May 1997 14:51:34 +0200	[thread overview]
Message-ID: <m2bu5xw015.fsf@proletcult.slip.ifi.uio.no> (raw)

So, I've create a new mode where you can create "categories", which
groups can belong to.  A category is simply a predicate (of sorts):

(& (! spam)
   short
   high)

If a group belongs to this category, the articles will only be
downloaded if they aren't spam (which is determined on a
subject/references/from basis), they are short (less than 100 lines)
and have a high score.

And that last bit is the problem.  We don't want to use the normal
scoring mechanism here, because reading score and downloading scores
should be separate things.  Besides, doing proper scoring (for each
group) when downloading will be much too slow.  So.

I guess I can hack up the score functions to work when a summary
buffer isn't actually being generated.  (It'll only be possible to
score on the NOV headers, though.)

But where should the score expressions to be used be defined?  Hm.  I
guess it could be connected to the category.  So the category would
then contain three things -- the predicate, the score expression, and
the list of groups in the category.  Yes...

Ok, forget I asked.  :-)

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@ifi.uio.no * Lars Magne Ingebrigtsen


             reply	other threads:[~1997-05-27 12:51 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-05-27 12:51 Lars Magne Ingebrigtsen [this message]
1997-05-27 20:54 ` Don Croyle
1997-05-28  6:32   ` Lars Magne Ingebrigtsen
1997-05-28  8:39     ` Don Croyle
1997-05-28 19:54       ` Lars Magne Ingebrigtsen
1997-05-29  6:22         ` Don Croyle
1997-05-29  7:57           ` Lars Magne Ingebrigtsen

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=m2bu5xw015.fsf@proletcult.slip.ifi.uio.no \
    --to=larsi@ifi.uio.no \
    /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).