Richard Freeman wrote: > David Coffey wrote: >> Have you been able to feed in an email manually on the command line? >> It looks like there could be a permissions problem, see notes below. >> > > In my case I did try that - even running dspam as root in that case. It > just exited with no output. It did not retrain the message. > >
Ok, I managed to rebuild in debug mode. I'm getting the following error in my syslog: dspam[14433]: Unable to find a valid signature. Aborting. dspam[14433]: process_message returned error -5. dropping message. I get the same message whether I bounce an email to the spam alias and invoke dspam via postfix, or if I run: /usr/bin/dspam --source=error --class=spam --user root < /tmp/msg.txt Even when running as root. It seems like it doesn't like the signature. grep DSPAM /tmp/msg.txt: X-DSPAM-Result: Innocent X-DSPAM-Processed: Wed Dec 12 17:32:23 2007 X-DSPAM-Confidence: 0.9899 X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 1000,47601b27117601804284693 And that sisgnature is present in the database signature table... Any ideas/suggestions?
