On 2007-04-25 14:05, Chad Perrin <[EMAIL PROTECTED]> 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-\/[EMAIL PROTECTED]
  freebsd-$MATCH

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to