> the problem is that when i run: > # spamassassin -tD > spam-sample > then the shell script stops and i have to ctrl C
This one is easy: it is waiting on your input. <<< # spamassassin -tD > spam-sample >>> # spamassassin -tD < spam-sample Mark
> the problem is that when i run: > # spamassassin -tD > spam-sample > then the shell script stops and i have to ctrl C
This one is easy: it is waiting on your input. <<< # spamassassin -tD > spam-sample >>> # spamassassin -tD < spam-sample Mark