From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/31498 Path: main.gmane.org!not-for-mail From: Mike Fabian Newsgroups: gmane.emacs.gnus.general Subject: Re: temporarily scoring (was: Scoring on From: with non-ascii chars) Date: 22 Jun 2000 00:53:00 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: <200006201457.QAA14572@SnowWhite.inet.cz> <87zoofulfu.fsf_-_@dahaIM.dyndns.org> Reply-To: mike.fabian@gmx.de NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035167901 14418 80.91.224.250 (21 Oct 2002 02:38:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:38:21 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by mailhost.sclp.com (Postfix) with ESMTP id 31A3BD051F for ; Wed, 21 Jun 2000 19:20:07 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id SAC29993; Wed, 21 Jun 2000 18:19:47 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 21 Jun 2000 18:18:44 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id SAA19052 for ; Wed, 21 Jun 2000 18:18:32 -0500 (CDT) Original-Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by mailhost.sclp.com (Postfix) with SMTP id 9EAE8D051F for ; Wed, 21 Jun 2000 19:19:04 -0400 (EDT) Original-Received: (qmail 9073 invoked by uid 0); 21 Jun 2000 23:19:02 -0000 Original-Received: from nozomi.rhein-neckar.de (193.197.90.28) by mail.gmx.net with SMTP; 21 Jun 2000 23:19:02 -0000 Original-Received: from nozomi.rhein-neckar.de (nozomi.rhein-neckar.de [193.197.90.28]) by nozomi.rhein-neckar.de (8.9.3/8.9.3) with SMTP id AAA13607; Thu, 22 Jun 2000 00:53:00 +0200 Original-To: Andreas Fuchs X-Face: "';oPz9V1+<,`}1ZuxRv~EiSusWq*{Yjr"Sdvbhq'?q=2R\\6Y9O/,SAE`{J|6I=|w/sQg< rW_N'E3IV6~f8?\l#Es`]S`mv',PY(`8{$$R?+gLu}Qv/Mn>)?uladFjJ@yl!_p_Jh;5QxlD6zL:?r IXe4FfK$C^mWhh$o`yt;.r.FLZLQOWBt> writes: > How temporary is "temporary", then? > > > There are two sorts of scoring entries: Permanent and temporary. > Temporary score entries are self-expiring entries. Any entries that are > temporary and have not been used for, say, a week, will be removed > silently to help keep the sizes of the score files down. > > > Which variable, then, determines how long entries will be kept in the > score file if they are "temporary"? `gnus-score-expiry-days' is a variable declared in Lisp. -- loaded from "gnus-score" Value: 30 <- default is 7 Documentation: *Number of days before unused score file entries are expired. If this variable is nil, no score file entries will be expired. -- Mike Fabian