Hi all,
I really am ashame to ask this question but I did not find an answer for it in any documentation I searched (I have serious doubts bout my searching skills).

Here is a script fragment.
---------------------------
#!/bin/bash

subject='Set UID program scan results'
address="[EMAIL PROTECTED]"
mailcommand="mutt $address -s $subject"

$mailcommand << okfff
Some message body.

okfff
---------------------------

This failles to work because the quotes on the subject field are stripped. I also tried the '@' operator.


--
Thanks.

David Harel,

==================================

Home office +972 4 6921986
Fax:        +972 4 6921986
Cellular:   +972 54 4534502
Snail Mail: Amuka
            D.N Merom Hagalil
            13802
            Israel
Email:      [EMAIL PROTECTED]


=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to