Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!cmcl2!rutgers!super.upenn.edu!eecae!nancy!umix!starbarlounge!hyc From: hyc@starbarlounge.cc.umich.edu (Howard Chu) Newsgroups: news.admin,news.sysadmin,news.software.b Subject: Re: Help- expire problem Message-ID: <37f435e1.d130@starbarlounge.cc.umich.edu> Date: Mon, 19-Oct-87 01:48:00 EDT Article-I.D.: starbarl.37f435e1.d130 Posted: Mon Oct 19 01:48:00 1987 Date-Received: Tue, 20-Oct-87 01:24:20 EDT References: <170@bnl.ARPA> Reply-To: hyc@starbarlounge.cc.umich.edu (Howard Chu) Organization: University of Michigan Computing Center, Ann Arbor Lines: 24 Xref: mnetor news.admin:1197 news.sysadmin:414 news.software.b:880 UUCP-Path: {uunet,rutgers}!umix!starbarlounge.cc.umich.edu!hyc In article <170@bnl.ARPA> abrams@bnl.UUCP (Karl L. Abrams) writes: % I have finally gotten around to installing version 2.11 of news, %and find that expire seems to be doing funny things to the history file. %When an article is due to expire, it is removed from the spool, but its %entry in history is only partially removed. For example, [omitted] %... %All articles older than 14 days have this done to them, and the history file %is growing longer every day. % We are running Ultrix2.0 on a VAX780, and I know of another site, %BSD 4.3, on which the same thing is happening. % Has anyone encountered this problem? % Thanks in advance..... % %-- %ARPA: abrams@bnl.APRA %BITNET: abrams@bnl.BITNET %UUCP: ....philabs!sbcs!bnl!abrams That's not exactly the normal behavior, but that's documented... You run expire with the '-e xx' flag to delete articles after xx days, and with '-E xx' to remove them from the history file after xx days. Of course, the docs say that by default, articles will be removed from the history files at the same time that they're deleted from the spool directory. That is, usually you don't need to specify the -E option...