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

Re: Cleaning up mail headers?



stan wrote:
Before I emabrk on a programing excersise to build a fliter to strip off
the prior headers before shping the messages on into corporate land, I
thought I would ask if there was already a tool to do this?

I don't believe there is. Though it almost sounds like it might be a very simple pipe through grep.

{grey@teleute:~} cat foo
Received: foo
foo Received:
{grey@teleute:~} grep -v '^Received: ' foo
foo Received:


--
         Steve C. Lamb         | I'm your priest, I'm your shrink, I'm your
       PGP Key: 8B6E99C5       | main connection to the switchboard of souls.
-------------------------------+---------------------------------------------

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: