From owner-freebsd-questions@FreeBSD.ORG Tue Dec 21 22:08:53 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACCEF16A4CE for ; Tue, 21 Dec 2004 22:08:53 +0000 (GMT) Received: from smtp800.mail.sc5.yahoo.com (smtp800.mail.sc5.yahoo.com [66.163.168.179]) by mx1.FreeBSD.org (Postfix) with SMTP id 5488043D53 for ; Tue, 21 Dec 2004 22:08:53 +0000 (GMT) (envelope-from krinklyfig@spymac.com) Received: from unknown (HELO smogmonster.com) (jtinnin@pacbell.net@64.173.26.30 with login) by smtp800.mail.sc5.yahoo.com with SMTP; 21 Dec 2004 22:08:53 -0000 From: Joshua Tinnin To: freebsd-questions@freebsd.org Date: Tue, 21 Dec 2004 14:08:52 -0800 User-Agent: KMail/1.7.2 References: <20041221205621.GA31153@gardnerbell.ca> <20041221212712.GA1929@oliverfuchs.onlinehome.de> In-Reply-To: <20041221212712.GA1929@oliverfuchs.onlinehome.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200412211408.52989.krinklyfig@spymac.com> cc: Oliver Fuchs Subject: Re: Procmail Lockfile X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Dec 2004 22:08:53 -0000 On Tuesday 21 December 2004 01:27 pm, Oliver Fuchs wrote: > On Tue, 21 Dec 2004, Gardner Bell wrote: > > Hi, > > I'm trying to setup procmail to deliver my mail but I continuously > > receive the following errors in my log file. procmail: Locking > > ~/Mail/Lists/FreeBSD-Questions.lock > > procmail: Error while writing to > > "~/Mail/Lists/_YmHxxx.gardnerbell.ca" I do receive my mail but it > > always ends up in the default location that I have specified. > > > > In my .procmailrc file I have the following environment variables: > > MAILDIR=$HOME/Mail > > DEFAULT=$HOME/Mail/received > > PMDIR=$HOME/.procmailrc > > LISTFOLDER=$HOME/Mail/Lists > > SENDMAIL=/usr/sbin/sendmail > > > > This is the recipe that fails to acquire a lock > > > > :0: > > > > * ^(From|To).*freebsd.org > > ~/Mail/Lists/FreeBSD-Questions > > You want the receipe to store emails in > /home/you/Mail/Lists/FreeBSD-Questions? > > So the receipe has to be: > :0: > > * ^TO.*questions@freebsd\.org > Lists/FreeBSD-Questions I use: * ^List-Id:.*freebsd-questions.freebsd.org so that mail from other fbsd lists aren't mixed up in the wrong folders, and so I can separate CC responses. - jt