Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Sep 2011 19:46:18 -0500
From:      "Conrad J. Sabatier" <conrads@cox.net>
To:        freebsd-ports@freebsd.org
Subject:   Re: Replacing procmail with maildrop
Message-ID:  <20110930194618.106385c3@cox.net>
In-Reply-To: <20110928195524.GA65843@ozzmosis.com>
References:  <alpine.BSF.2.00.1109251513240.63569@wonkity.com> <20110928195524.GA65843@ozzmosis.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 29 Sep 2011 05:55:24 +1000
andrew clarke <mail@ozzmosis.com> wrote:
> 
> Thanks for that.  Looks like I'll be migrating across to maildrop in
> the next week or so :-)  Something you may want to add is that if you
> use Maildir format and have this in ~/.procmailrc:
> 
> DEFAULT=$HOME/Maildir/
> 
> You need the equivalent for maildrop's ~/.mailfilter:
> 
> DEFAULT="$HOME/Maildir/"
> 
> Without this, messages that were not filtered (ie. fell through) will
> be appended to the mbox file, /var/mail/$USER.

On a similar note, if you use MH-style mail folders, something like
this:

DEFAULT="| rcvstore +inbox" (with a properly set PATH, of course)

Once I actually set about in earnest today to convert my .procmailrc
to .mailfilter format, I was amazed how easy it turned out to be.  My
one remaining little bug-a-boo is with maildrop's logging; it wants to
overwrite the log on each invocation instead of appending.  Still no
clue how to fix that.

But otherwise, the transition was really a breeze, and is working just
fine.

-- 
Conrad J. Sabatier
conrads@cox.net



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110930194618.106385c3>