Gentoo Archives: gentoo-user

From: Kevin Fullerton <kevin.fullerton@××××××××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] procmail, formail and maildir for digests...
Date: Tue, 10 Oct 2006 11:36:51
Message-Id: 20061010112951.GA18370@gateway.home.shotgun-suicide.co.uk
In Reply to: [gentoo-user] procmail, formail and maildir for digests... by "Steve [Gentoo]"
1 Here's the procmail recipe I use with maildir folders and the Gentoo lists - I think as long as procmail is setup with maildir support you just need
2 to set your MAILDIR var and use a trailing slash and it knows it'd delivering to a MailDir.
3
4 MAILDIR=$HOME/.maildir
5 LOGFILE=$HOME/.procmaillog
6 LOGABSTRACT=no
7 VERBOSE=on
8 FORMAIL=/usr/bin/formail
9 NL="
10 "
11
12 :0:
13 * ^List-Id:.*gentoo-user\.gentoo\.org
14 $MAILDIR/gentoo-user/
15
16 Cheers
17
18 Kevin
19
20 On 12:09 Tue 10 Oct , Steve [Gentoo] wrote:
21 > I'm familiar with this procmail recipe:
22 >
23 > --
24 > :0
25 >
26 > * ^List-Id:.*<gentoo-user.gentoo.org>
27 > | formail +1 -ds >> gentoo_user
28 > --
29 >
30 > However... I need to use maildir.... is there a straightforward way to deliver directly to maildir folders with formail from procmail?
31 >
32 >
33 >
34 >
35 >
36 >
37 > --
38 > gentoo-user@g.o mailing list
39 >
40 --
41 gentoo-user@g.o mailing list

Replies

Subject Author
Re: Re: [gentoo-user] procmail, formail and maildir for digests... "Steve [Gentoo]" <gentoo_steve@×××××××.uk>