On Tue, 19 Feb 2002 23:54:16 +0000 Iain Smith <[EMAIL PROTECTED]> wrote:
> On Tue, Feb 19, 2002 at 06:20:47PM +0100, R. Pac wrote: > > how should I filter mail with procmail ? > > I want to put each mail from the same person in a directory like > > ~/Mail/person_name > > Would help to know which MTA you are using... But you can generally put > |/usr/bin/procmail in ~/.forward > > You will also need something like the following in .procmail: > > DEFAULT="inbox" > > :O: > * ^X-Mailing-List:.<debian-user@lists.debian.org> > Debian-User That's strange. My recipe for Debian reads like this: :0 * ^X-Mailing-List.*debian-user inbox/Debian/Debian-User/. Note that I use a 0 ("zero") instead of an O (uppercase "O").