Reduce possible ambiguity of what we're parsing
This commit is contained in:
parent
b7151db9b7
commit
824d229fc4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue