On Sun, Mar 01, 1998 at 08:41:32PM -0500, Brandon Mitchell wrote:
> Quick question for the procmail pros.  I'm already sorting out debian mail
> with the following:
> 
> :0:
> * ^X-Mailing-List: <[EMAIL PROTECTED]>
> Deb-user
> 
> How can I expand this to strip out the Resent-cc: headers from my debian
> mail?  (FYI, this would fix the pine errors when responding.)

Use this procmail rule:

:0:
* ^X-Mailing-List: <[EMAIL PROTECTED]>
{
        :0 f
        | sed /^Resent-Cc:/d

        :0:
        Deb-user
}

HTH,
Adam


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .

Reply via email to