Re: spamd protocol

2016-06-26 Thread Reindl Harald
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

2016-06-26 Thread Reindl Harald
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