On Thu, 17 Jan 2002, Drew Raines wrote:
>
>Inserting a command within a my_hdr doesn't seem to work; should it?
>
> my_hdr Reply-To: `/path/to/some-command-output`
>
>mutt complains with ``/path/to/some-command-output: unknown command.''
My understanding of the my_hdr command is to simply create a header that
is sent with outgoing mail.
Something in the form of:
my_hdr Nonsense Header: Follow the yellow-brick road!
It wasn't designed to execute commands, though it could trigger a
command to be done, depending on that header. Depends on how it is set
up.
So what is it that you are attempting to do?