From owner-freebsd-questions@FreeBSD.ORG Sat Oct 1 00:16:27 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61612106567B for ; Sat, 1 Oct 2011 00:16:27 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 200128FC08 for ; Sat, 1 Oct 2011 00:16:26 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id p910GHSQ032391; Fri, 30 Sep 2011 18:16:17 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id p910GHP1032388; Fri, 30 Sep 2011 18:16:17 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 30 Sep 2011 18:16:17 -0600 (MDT) From: Warren Block To: "Conrad J. Sabatier" In-Reply-To: <20110930173713.1c37396f@cox.net> Message-ID: References: <20110930173713.1c37396f@cox.net> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Fri, 30 Sep 2011 18:16:17 -0600 (MDT) Cc: freebsd-questions@freebsd.org Subject: Re: maildrop logging overwriting instead of appending X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Oct 2011 00:16:27 -0000 On Fri, 30 Sep 2011, Conrad J. Sabatier wrote: > Ok, I finally took the plunge today and converted my .procmailrc into > a .mailfilter, adjusted my .forward file, and am now, for the most > part, a contented new maildrop user. :-) > > Just one problem: on each invocation of maildrop, the logfile is being > overwritten, rather than appended to. > > I have the following in my .mailfilter file (this is outside of any > specific filtering rule): > > logfile "Mail/maildrop.log" Maybe use an absolute path like "~/Mail/maildrop.log" or "$HOME/Mail/maildrop.log"?