Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Apr 2007 15:56:23 +0300
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        freebsd-questions@freebsd.org
Subject:   Re: Tagging email subject line with something like [fbsd-questions]
Message-ID:  <20070426125623.GA3633@kobe.laptop>
In-Reply-To: <20070425200521.GD81828@demeter.hydra>
References:  <294439d20704250627h60a5b5dcx49f4dd6b34c2caa1@mail.gmail.com> <462F5D64.4020105@dial.pipex.com> <20070425200521.GD81828@demeter.hydra>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2007-04-25 14:05, Chad Perrin <perrin@apotheon.com> wrote:
>> List-Id: User questions <freebsd-questions.freebsd.org>
>>
>> Can gmail not filter on that?
>
> Do you have any suggestions for how to do something similar with mutt or
> procmail?

Sure; you can use something like this in your `.procmailrc':

  :0 H
  List-Id: .*<freebsd-\/[^\.]*
  freebsd-$MATCH

I haven't tested this with multiple mailing lists yet, but it's
something I've been experimenting with.

Other possibilities include:

  :0 H
  * ^Sender: owner-freebsd-\/[^@]*
  freebsd-$MATCH




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