> 
> 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.

Sydney.

Reply via email to