This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [off topic] WANTED: procmail rule for filing gcc mailing list traffic
On Wed, Jan 12, 2000 at 11:13:17PM +0100, Gerald Pfeifer wrote:
>
> :0 Whc: msgid.lock
> * ^Sender: gcc(-announce|-bugs|-patches)?-owner@gcc.gnu.org
> | formail -D 8192 msgid.cache
>
> :0 a:
> /dev/null
The second rule there is redundant, just do
:0 Wh: msgid.lock
* ^Sender: ...
| formail -D 8192 msgid.cache
Also, you do not need to lock anything when filing messages in /dev/null.
zw