> On 20010312.2313, Bob Miller said ...
>
> Cory Petkovsek wrote:
>
> > There are some programs that allow piping to an external program (mutt, slrn).
>Anyone know of a sneaky way to get this to a file?
> >
> > Something like | > file would be nice, but it didn't work.
>
> The obvious answer is "| cat > file".
>
> The other obvious answer is that mutt, at least, has a save-message
> command, bound to "s" by default. I don't use slrn.
Yes, if you are on a message in mutt, and you press 'v', you can then
press 's' to save the message in it's raw format (no headers). If you
press 's' while viewing the message, it will want to save it to a
mailbox file which will save headers along with it.