From: stekkel Date: Fri, 21 May 2004 18:03:44 +0000 (+0000) Subject: Fixed typo, thnx paul_s - psunners for spotting this. X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=06709b31c0e359d12d9b5c9b283d4d23fa3aabad Fixed typo, thnx paul_s - psunners for spotting this. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7515 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/class/deliver/Deliver_SMTP.class.php b/class/deliver/Deliver_SMTP.class.php index 1aecdfab..5df9582d 100644 --- a/class/deliver/Deliver_SMTP.class.php +++ b/class/deliver/Deliver_SMTP.class.php @@ -86,7 +86,7 @@ class Deliver_SMTP extends Deliver { $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)) {