the problem is that when i run:
# spamassassin -tD > spam-sample
i believe i'm supposed to get some test output from spamassassin such as:
You've got your redirection backwards.. you need < not >
> sends the output to spam-sample, deleting and over-writing it.
< reads the input from spam-sample.