From owner-freebsd-questions@FreeBSD.ORG Fri Apr 20 17:43:52 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 37E6016A403 for ; Fri, 20 Apr 2007 17:43:52 +0000 (UTC) (envelope-from david+dated+1177520796.d25707@skytracker.ca) Received: from 3s1.com (3s1.com [209.161.205.12]) by mx1.freebsd.org (Postfix) with ESMTP id 3EA6C13C455 for ; Fri, 20 Apr 2007 17:43:50 +0000 (UTC) (envelope-from david+dated+1177520796.d25707@skytracker.ca) Received: from 3s1.com (localhost [127.0.0.1]) by 3s1.com (8.13.6/8.13.6) with ESMTP id l3KH6aln085301 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 20 Apr 2007 13:06:36 -0400 (EDT) (envelope-from david+dated+1177520796.d25707@skytracker.ca) Received: (from david@localhost) by 3s1.com (8.13.6/8.13.6/Submit) id l3KH6axn085300 for questions@freebsd.org; Fri, 20 Apr 2007 13:06:36 -0400 (EDT) (envelope-from david+dated+1177520796.d25707@skytracker.ca) X-Authentication-Warning: 3s1.com: david set sender to david+dated+1177520796.d25707@skytracker.ca using -f Received: by 3s1.com (tmda-sendmail, from uid 1000); Fri, 20 Apr 2007 13:06:35 -0400 Date: Fri, 20 Apr 2007 13:06:35 -0400 To: Dan Busarow Message-ID: <20070420170635.GA83082@skytracker.ca> References: <20070420154103.GA51017@skytracker.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-Delivery-Agent: TMDA/1.1.5 (Fettercairn) From: David Banning X-Virus-Scanned: ClamAV 0.88.7/3139/Fri Apr 20 10:18:00 2007 on 3s1.com X-Virus-Status: Clean Cc: questions@freebsd.org Subject: Re: procmailrc question 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: Fri, 20 Apr 2007 17:43:52 -0000 > You might take a close look at whatever you're putting into your etc/ > procmailrc file. > > I've got plenty of rules in my global etc/procmailrc and the > ~/.procmailrc files are processed as well. Thanks for that Dan. After having done some more reading, it seems private procmailrc files are processed -after- the global procmailrc files. I want to have all the users mail sent directly from the global procmailrc file to their mailboxes - that's no problem. Then I want to single out, say one user in the global procmailrc file and have that mail look at the personal .procmailrc file. You can send mail to a mailbox for a specific condition, but you can't send mail to the private .procmailrc for processing based on a condition - at least that's how it looks from where I sit.