I have a perl script that parses an email.
I use mutt and then just use the pipe command.
I would like to be able to pipe the output of my script then to mutt to send the 
parsed email to someone else.
I can do this in mutt but just hitting the pipe char then typeing the name of my 
script then | again and the mutt syntax.

The only problem is thats kind of lengthy i would like to have a script wrap my script 
that would have the mutt command built into it.
or better yet just in the normal script pipe the out put of script to mutt instead of 
stdout.

I know this can be done but for the life of me can't find it.

-- 
Paul D. Kraus
~=~=~=~=~=~=~=~=~=~=~=~=~
~ Network Administrator ~
~ PEL Supply Company    ~
~ 216.267.5775 Voice    ~
~ 216.267.6176 Fax      ~
~=~=~=~=~=~=~=~=~=~=~=~=~
~   www.pelsupply.com   ~
~=~=~=~=~=~=~=~=~=~=~=~=~

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to