I'm having trouble running spamassassin to find out why a spam was not caught. I've tried invoking as follows:
/usr/bin/spamassassin -D spam
or
~/sausr/bin/spamassassin -D spam
where spam is the message exported to a file. In both cases the process seems to get caught in an infinite loop, and never gives me a report. There is some information in the X-Spam-Status header, but I want the full info given in messages caught as spam. Am I invoking spamassassin incorrectly? Is it just really slow?
SpamAssassin expects messages to be piped in via standard input, not named as files.
You probably want: /usr/bin/spamassassin -tD < spam
instead of:
/usr/bin/spamassassin -D spam
------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk