At 05:20 AM 10/16/03 -0700, Doug Wolfgram wrote:
I just deleted 2.55 from my system and installed 2.60 via RPMs. Although spamassassin is running (ps -ax | grep spamd) when i run the spam test message through it says spam score:0 and 'template not found'

What template is it looking for??

It's looking for the spam report template. This is normally present in the default config files, which tells me that somehow or another the default configfiles aren't being found (normally these are in /usr/share/spamassassin).


For starters I'd suggest using the plain-jane command line spamassassin, instead of spamc, and turn on debug output.

spamassassin -D <sample-spam.txt

The top of the debug output should tell you what paths it's using. I suspect this will be enough to get you on the right path to a fix.

If the plain command line works, then at least the config files are OK and it's something relating to spamd's behaviors. You can try killing spamd and restart it with debug output enabled, then run a message through spamc and look at that debug output.



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to