git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7515
7612ce4b-ef26-0410-bec9-
ea0150e637f0
$tmp = fgets($stream,1024);
if ($this->errorCheck($tmp,$stream)) {
// fall back to HELO if EHLO is not supported
$tmp = fgets($stream,1024);
if ($this->errorCheck($tmp,$stream)) {
// fall back to HELO if EHLO is not supported
- if ($this->dlv_ret_no == '500') {
+ if ($this->dlv_ret_nr == '500') {
fputs($stream, "HELO $helohost\r\n");
$tmp = fgets($stream,1024);
if ($this->errorCheck($tmp,$stream)) {
fputs($stream, "HELO $helohost\r\n");
$tmp = fgets($stream,1024);
if ($this->errorCheck($tmp,$stream)) {