[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Filtering out Resent-cc



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: <.*@lists.debian.org>
> 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: <.*@lists.debian.org>
{
	:0 f
	| sed /^Resent-Cc:/d

	:0:
	Deb-user
}

HTH,
Adam


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: