> 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 > > Mike Schrauder > Specialty Blades, Inc. >
Or, if you wanted to watch, just skip the -D (daemonize option). It'll just sit in the foreground and you can watch it do its thing. .jon