GPLv3 and the kernel
Posted Jan 31, 2006 17:25 UTC (Tue) by
dankohn (subscriber, #6006)
Parent article:
GPLv3 and the kernel
Here's a procmail formula for those Linus-hungry journalists (and others curious about what he's saying). It forwards his posts to a different address (I use a Bloglines email subscriptions folder), and kills everything else. It's a nice complement to, but of course no substitute for, LWN.
:0
* ^X-Mailing-List:.*linux-kernel@vger\.kernel\.org|\
^X-Mailing-List:.*git@vger\.kernel\.org
{
:0
* ^From:.*torvalds@osdl\.org
! forwarding-address@example.com
:0
/dev/null
}
(
Log in to post comments)