From owner-freebsd-questions Mon Nov 25 02:19:47 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA03763 for questions-outgoing; Mon, 25 Nov 1996 02:19:47 -0800 (PST) Received: from narcissus.ml.org (brosenga.st.pitzer.edu [134.173.120.201]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id CAA03719 for ; Mon, 25 Nov 1996 02:19:39 -0800 (PST) Received: (from ben@localhost) by narcissus.ml.org (8.7.5/8.7.3) id CAA07762; Mon, 25 Nov 1996 02:19:35 -0800 (PST) Date: Mon, 25 Nov 1996 02:19:35 -0800 (PST) From: Snob Art Genre To: Jim Riffle cc: questions@FreeBSD.org Subject: Re: innd's junk directory In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 25 Nov 1996, Jim Riffle wrote: > > Anyone know if you can configure innd so that it doesn't write all of the > "junk" articles to its junk directory? > > I would like it to either just refuse messages that would be stored there, > or just not to save them. Right now I have cron deleting that junk > directory on a regular basis. It just seems like a complete waste of > resources to write that file, and delete it 30 minutes later when that > news drive already gets enough action. > > Thanks in advance, > Jim > > Symlink the junk files to /dev/null. It's a kludge, but it'll work. Ben