From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4440 invoked from network); 9 Oct 1997 17:48:10 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 9 Oct 1997 17:48:10 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id NAA01231; Thu, 9 Oct 1997 13:42:52 -0400 (EDT) Resent-Date: Thu, 9 Oct 1997 13:42:52 -0400 (EDT) Message-Id: <199710091743.NAA02895@luomat.peak.org> Content-Type: text/plain MIME-Version: 1.0 (NeXT Mail 4.2mach v148) In-Reply-To: <199710090933.KAA20641@taos.demon.co.uk> X-Nextstep-Mailer: Mail 4.2mach (Enhance 2.0b6.3) From: Timothy J Luoma Date: Thu, 9 Oct 97 13:42:58 -0400 To: zsh-workers@math.gatech.edu Subject: Re: Archiving patches (Was: Current state of 3.1.2) References: <199710090933.KAA20641@taos.demon.co.uk> Resent-Message-ID: <"NuArM2.0.AJ.SUHFq"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/3571 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Author: Andrew Main Original-Date: Thu, 9 Oct 1997 10:33:44 +0100 (BST) Message-ID: <199710090933.KAA20641@taos.demon.co.uk> > Do what the NoCeM standard requires: any message whose Subject: line > starts with "Re:" doesn't count. If in looking for patches one looks > for "Subject: *PATCH:", then replies to patches won't be inadvertantly Well, I think this would be the best way: :0Dw * ^TOzsh@peak\.org * ^Subject:[ ]PATCH * !^Subject:.* -reply |email2html What that basically says, if you can't read procmail, is: If the message is 'To:' or 'CC:' to zsh@peak.org and the Subject begins with an UPPERCASE 'PATCH' (with only a space or tab before the word PATCH) and the Subject does not end with ' -reply' (to avoid those nasty Novell people) then pipe the message to the email2html program (actually called hypermail). I'll try to set this up tonight for a beta test. TjL