On Mon, 21 Feb 2000 12:57:28 +0800, "Rahmat M. Samik-Ibrahim" <[EMAIL PROTECTED]>  said:
> For the first time in my life, last weekend I read the fine 
> procmail manual. I need some clues on how to configure procmail 
> for splitting the IETF-Announce list; especially separating the 
> I-D ACTION part. If you have one, would you please send me the 
> procmail part of filtering IETF-Announce?

I use something like this:

:0 E  :ietf-drafts/$LOCKEXT
*^(To:|cc:).*ietf-announce
*^Subject:.*I-D ACTION:
|rcv  -exmh -nobeep +ietf-drafts

:0 E:ietf-announce/$LOCKEXT
*^(To:|cc:).*ietf-announce
|rcv  -exmh -nobeep +ietf-announce

:0 E:ietf-822/$LOCKEXT
*^(To:|cc:).*ietf-822
|rcv  -exmh -nobeep +ietf-822

:0 E:ietf-smtp/$LOCKEXT
*^(To:|cc:).*ietf-smtp
|rcv  -exmh -nobeep +ietf-smtp

:0 E:ietf/$LOCKEXT
*^(To:|cc:).*ietf
|rcv  -exmh -nobeep +ietf

Note that you need to filter them off in the right order, most
restrictive match first...

Reply via email to