From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/14631 Path: main.gmane.org!not-for-mail From: jdc@chow.mat.jhu.edu (Dan Christensen) Newsgroups: gmane.emacs.gnus.general Subject: Re: scoring down Date: Mon, 16 Mar 1998 10:42:16 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035153792 17338 80.91.224.250 (20 Oct 2002 22:43:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:43:12 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.8/8.8.8) with ESMTP id HAA26763 for ; Mon, 16 Mar 1998 07:49:27 -0800 Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by xemacs.org (8.8.5/8.8.5) with ESMTP id JAA23439 for ; Mon, 16 Mar 1998 09:43:59 -0600 (CST) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id KAN20031; Mon, 16 Mar 1998 10:18:55 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 16 Mar 1998 09:43:09 -0600 (CST) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by sina.hpc.uh.edu (8.7.3/8.7.3) with SMTP id JAA26498 for ; Mon, 16 Mar 1998 09:43:01 -0600 (CST) Original-Received: (qmail 27466 invoked by uid 504); 16 Mar 1998 15:42:37 -0000 Original-Received: (qmail 27463 invoked from network); 16 Mar 1998 15:42:37 -0000 Original-Received: from jhuml1.hcf.jhu.edu (128.220.2.86) by claymore.vcinet.com with SMTP; 16 Mar 1998 15:42:37 -0000 Original-Received: from chow.mat.jhu.edu by jhmail.hcf.jhu.edu (PMDF V5.1-10 #18666) with ESMTP id <01IUQC3NE9JKASCGGO@jhmail.hcf.jhu.edu> for ding@gnus.org; Mon, 16 Mar 1998 10:40:33 EDT Original-Received: (from jdc@localhost) by chow.mat.jhu.edu (8.7.6/8.7.3) id KAA02951; Mon, 16 Mar 1998 10:42:17 -0500 (EST) In-reply-to: Harry Putnam's message of "15 Mar 1998 13:48:57 -0800" Original-To: ding@gnus.org X-Mailer: Gnus v5.6.2/Emacs 19.34 Original-Lines: 52 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:14631 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:14631 Harry Putnam writes: > Well I decided to score this author down and did so. Not sure what I > expected, but next time I opened the group this same authors posts are > nicely marked with a Y and showing read, but here they still are. >>From the manual: Score File Format ... Anyway, if you'd like to dig into it yourself, here's an example: (("from" ("Lars Ingebrigtsen" -10000) ("Per Abrahamsen") ("larsi\\|lmi" -50000 nil R)) ("subject" ("Ding is Badd" nil 728373)) ("xref" ("alt.politics" -1000 728372 s)) ("lines" (2 -100 nil <)) (mark 0) (expunge -1000) (mark-and-expunge -10) (read-only nil) (orphan -10) (adapt t) (files "/hom/larsi/News/gnu.SCORE") (exclude-files "all.SCORE") (local (gnus-newsgroup-auto-expire t) (gnus-summary-make-false-root empty)) (eval (ding))) ... `expunge' The value of this entry should be a number. Any articles with a score lower than this number will be removed from the summary buffer. `mark-and-expunge' The value of this entry should be a number. Any articles with a score lower than this number will be marked as read and removed from the summary buffer. Dan -- Dan Christensen jdc@math.jhu.edu