greg wrote:
 > then, i'd like to use something like fmttest(1) to print out all the
 > "Received:" lines in an e-mail message.  ideally, each "Received:" line
 > would come out on a separate line; less ideally, but i'm sure very

Is strict use of only MH tools a requirement for some reason?  Because
if not, then this does a pretty good job:
    show -noshowproc |sed -n -e '/^$/q' -e '/^Received:/p' 

paul
=----------------------
paul fox, [email protected] (arlington, ma, where it's 35.2 degrees)


Reply via email to