On Tue, Jun 07, 2005 at 10:42:07AM -0400, Mike Schrauder wrote:
> pardon my complete unix ignorance, I have been trying to figure
> out how to get debug output to a file so I can go back and look
> at it. I also want to look at the marked up email w/ report so
> I am using this:
> 
>  spamassassin -D -t < test2.txt > test2.out
> 
> How could I also redirect the debug output to a file.
> 
> i've also tried  spamassassin -D -t < test2.txt > test2.out | more 
> just so I could look, but that doesn't work.  Can you give a
> windows user a clue?  TIA

  spamassassin -D -t < test2.txt > test2.out 2> dbug.out

2 is the file handle for stderr.

> Mike Schrauder
> Specialty Blades, Inc.

Cheers,
-- 
Bob McClure, Jr.             Bobcat Open Systems, Inc.
[EMAIL PROTECTED]  http://www.bobcatos.com
God is more interested in our availability than our ability.

Reply via email to