Hi,
Can someone provide additional help with the issue below?
Thanks
Ricardo
cat /tmp/message | /usr/local/bin/dspam --user
root --class=spam --source=error
And I get the error "Unable to find a valid signature".
Is this error because dspam can't find the signature in the message,
or
in the database?
Ricardo
Try with this :
cat /tmp/message | dos2unix | /usr/local/bin/dspam --user root
--class=spam --source=error
does this do the trick ?
If so, you must enable broken linestripping in dspam.conf.
Thanks, but that's not it. I already have Broken lineStripping configured. I
tried it anyways but it still doesn't work.
As I mentioned, the sig is in the database, I don't understand why dspam is
complaining about it. Is there additional debug I can perform?
Ricardo