C P <[EMAIL PROTECTED]> writes:

> i need to operate qmail-inject in a way so that it asks for subject on
> command prompt. Is this possible ???

Write a wrapper.
For example (not tested):

#!/bin/bash
# 
read -p "Subject: "
mailsubj "$REPLY" $*

Regards, Frank

Reply via email to