Michael wrote:
Somehow when I type in the following I get this:
Is that the whole debug information that I supposed to get ??
[EMAIL PROTECTED] root]# spamassassin -D
debug: SpamAssassin version 3.0.4
debug: Score set 0 chosen.
debug: running in taint mode? yes
debug: Running in taint mode, removing unsafe env vars, and resetting
PATH
debug: PATH included '/usr/local/sbin', keeping.
debug: PATH included '/usr/local/bin', keeping.
debug: PATH included '/sbin', keeping.
debug: PATH included '/bin', keeping.
debug: PATH included '/usr/sbin', keeping.
debug: PATH included '/usr/bin', keeping.
debug: PATH included '/usr/X11R6/bin', keeping.
debug: PATH included '/root/bin', which doesn't exist, dropping.
debug: Final PATH set to:
/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin
At this point nothing happens, the cursor is just sitting there and
nothing is happening
It stops there because its waiting for a message. You have not passed a
message to it on the command line. Check 'man spamassassin'. You need
to do something like:
spamassassin -D < testmessage
-Jim