In an older episode, on 2014-02-20 23:56, Bob Proulx wrote:
> spamassassin -d -t -D < mail.file | less

Note: in the above command you did _not_ redirect STDERR to STDOUT

In an older episode, on 2014-02-21 19:20, Bob Proulx wrote:

I picked a spam message and piped it into:

   spamassassin -d -t -D 2>&1 | grep -i bayes | tee /tmp/sa.bayes-debug.out

In this second command you _did_ redirect STDERR to STDOUT via
"2>&1"

My experience has been that I need to redirect STDERR to STDOUT in order to catch the full output of
spamassassin -D -t

Hope this helps,

wolfgang

Reply via email to