Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Archiving patches (Was: Current state of 3.1.2)



	Author:        Andrew Main <zefram@xxxxxxxxx>
	Original-Date: Thu, 9 Oct 1997 18:55:04 +0100 (BST)
	Message-ID:    <199710091755.SAA27759@xxxxxxxxxxxxxxxx>

> Ah, so that's what it is.  I've seen this on another mailing list.
> But as no one on the zsh lists uses that[1], it's not a problem.
>
> -zefram
>
> [1] And if anyone did start using it, we'd break their knuckles.

Someone gave me this on the procmail list:

SUBJECT=`formail -zxSubject:`
:0
* ^Subject:.*-Reply
{
	SUBJECT=`echo "$SUBJECT" |
	perl -p -e 's/^((Re:\s*)*)?(.*)/Re: \3/i; s/(\s*-reply)*$//i'`

	:0fhw
	|formail -i"Subject: $SUBJECT"
}

That takes care of it nicely ;-)


TjL





Messages sorted by: Reverse Date, Date, Thread, Author