I've got a PHP script that processes my email. It runs each message against the spamc daemon. But it seems that EVERY message is getting a score of zero.

Can somebody help me figure out WHY?

Thanks!

Don

My code:
------------------------------------------------------------------------
//the message is stored as a text file--the name of which is stored in $filenameSA
//the output from this command will be stored in the $score variable
exec("/usr/bin/spamc -R <" . $filenameSA, $score);

It's returning *0/0*


Reply via email to