Tagging email subject line with something like [fbsd-questions]
Giorgos Keramidas
keramida at ceid.upatras.gr
Thu Apr 26 12:57:31 UTC 2007
On 2007-04-25 14:05, Chad Perrin <perrin at 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
More information about the freebsd-questions
mailing list