phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: felamimail/inc class.smtp.php,1.1.1.1.2.2,1.1.1


From: Lars Kneschke <address@hidden>
Subject: [Phpgroupware-cvs] CVS: felamimail/inc class.smtp.php,1.1.1.1.2.2,1.1.1.1.2.3
Date: Tue, 11 Mar 2003 08:00:35 -0500

Update of /cvsroot/phpgroupware/felamimail/inc
In directory subversions:/tmp/cvs-serv25473

Modified Files:
      Tag: Version-0_9_14-branch
        class.smtp.php 
Log Message:
removed a bug fix, which is only needed localy


Index: class.smtp.php
===================================================================
RCS file: /cvsroot/phpgroupware/felamimail/inc/class.smtp.php,v
retrieving revision 1.1.1.1.2.2
retrieving revision 1.1.1.1.2.3
diff -C2 -r1.1.1.1.2.2 -r1.1.1.1.2.3
*** class.smtp.php      11 Mar 2003 00:20:32 -0000      1.1.1.1.2.2
--- class.smtp.php      11 Mar 2003 13:00:32 -0000      1.1.1.1.2.3
***************
*** 342,346 ****
          fputs($this->smtp_conn, $this->CRLF . "." . $this->CRLF);
          # one of my qmail ldap servers had problems, to answer fast enough
!         sleep(1);
  
          $rply = $this->get_lines();
--- 342,346 ----
          fputs($this->smtp_conn, $this->CRLF . "." . $this->CRLF);
          # one of my qmail ldap servers had problems, to answer fast enough
!         #sleep(2);
  
          $rply = $this->get_lines();





reply via email to

[Prev in Thread] Current Thread [Next in Thread]