Re: spamd protocol
ES_80', 'BAYES_95', 'BAYES_99', 'BAYES_999'); foreach($result_types as $result_type) { if(strpos($response, ' ' . $result_type . ' ') !== false) { $result = $result_type; break; } } return $result; } else
spamd protocol
i try to pass samples directly over spamd protocol in therory that looks good but log and scan starts after the client closes the conenction or the script exists, as long it tries ot read the response nothing happens at all without the "fread($socket, 1024);" it terminates immedi