yOn Mon, 26 Nov 2001, Tilly, Jesse wrote:

> The problem isn't the filtering of the messages.  I get the digest which
> contains everything.  I would have to parse each message and remove
> everything from line x to line y when subject was "CVS*".  The concern is
> that the digest is getting filled up and isn't really much of a digest.

formail(from procmail) can do this for you.

:0 HE
* ^X-Mailing-List: .*[<].*-digest@lists\.debian\.org[>]
* ^X-Mailing-List: .*[<] *\/[^ ][^@]*
|formail +1 -a "X-Mailing-List: <`echo $MATCH|sed 's/-digest$//'@lists.debian.org>" 
|-ds procmail

This rule matches anything sent from [EMAIL PROTECTED]  It then
changes the ender of each internal mail(in the digest) to
[EMAIL PROTECTED], so that other rules can than filter it to the correct
location.



_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to