From owner-freebsd-questions@FreeBSD.ORG Wed Dec 17 19:57:30 2003 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 C5F0216A4CE for ; Wed, 17 Dec 2003 19:57:30 -0800 (PST) Received: from madras.dyndns.org (dsl-137.241.240.220.dsl.comindico.com.au [220.240.241.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1923343D31 for ; Wed, 17 Dec 2003 19:57:29 -0800 (PST) (envelope-from ggop@madras.dyndns.org) Received: from madras.dyndns.org (localhost [127.0.0.1]) by madras.dyndns.org (8.12.9/8.12.9) with ESMTP id hBI3u6hN012459; Thu, 18 Dec 2003 14:56:06 +1100 (EST) (envelope-from ggop@madras.dyndns.org) Received: (from ggop@localhost) by madras.dyndns.org (8.12.9/8.12.9/Submit) id hBI3u5mT012458; Thu, 18 Dec 2003 14:56:05 +1100 (EST) Date: Thu, 18 Dec 2003 14:56:05 +1100 From: Gautam Gopalakrishnan To: Tillman Hodgson Message-ID: <20031218035605.GA12420@madras.dyndns.org> References: <20031218002214.GA80480@bsdjunky.homeunix.org> <20031218000609.GT83116@seekingfire.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031218000609.GT83116@seekingfire.com> User-Agent: Mutt/1.4.1i cc: freebsd-questions@freebsd.org cc: Bryan Cassidy Subject: Re: Mutt + Procmail Filters 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: Thu, 18 Dec 2003 03:57:30 -0000 On Wed, Dec 17, 2003 at 06:06:09PM -0600, Tillman Hodgson wrote: > Rather than procmail, which is very common but has an arcane syntax, > consider maildrop (in the ports tree. The syntax is quite a bit easier > to read and it supports Maildir format natively. Here's a sample from my > ~/.mailfilter: > Here's the procmail rules, it you want it. Put them in your ~/.procmailrc ------- MAILDIR=/usr/home/ggop/Mail :0: * ^(To|C[Cc]):.*questions@freebsd.org.* freebsd-questions :0: * ^(To|C[Cc]):.*standards@freebsd.org.* freebsd-standards :0: * ^(To|C[Cc]):.*security-notifications@freebsd.org.* freebsd-security-notifications ------- Each rule observes the To and CC headers and drops it in the folder inside $MAILDIR. Also, you could investigate the -y option in mutt. If all this seems complicated, you could try pine (built in mail filters, threading, colour, roles, ...) hth Gautam