mailsubj.sh (110B)
1 subject="$1" 2 shift 3 ( echo Subject: "$subject" 4 echo To: ${1+"$@"} 5 echo '' 6 cat 7 ) | QMAIL/bin/qmail-inject