Re: How to send messages via Mutt with no user intervention...?
Is push a built in command of bash? Or do I need to
install it? The system in question is RedHat Server
AS 4. And forgive me [I'm a newbie when it comes to
scripting], but the ^C and ^M seem to return carriage
returns...is that the desired result? If you don't
mind, could you clarify the statement n^M^MZZy in the
below script?
<snip>
cat > .mutt_push_rc
push n^M^MZZy
^C
mutt -s "this is a test" -i file.tar.gz -F
.mutt_push_rc r0d3nt@xxxxxxxxxxx
</snip>
Thanx!
-Ubence