Reduce possible ambiguity of what we're parsing

This commit is contained in:
Marcus 2016-04-07 09:24:34 +02:00
parent b7151db9b7
commit 824d229fc4
1 changed files with 1 additions and 1 deletions

View File

@ -736,7 +736,7 @@ class SMTP
protected function parseHelloFields($type)
{
$this->server_caps = array();
$lines = explode("\n", $this->last_reply);
$lines = explode("\n", $this->helo_rply);
foreach ($lines as $n => $s) {
//First 4 chars contain response code followed by - or space