phpgroupware-tracker
[Top][All Lists]
Advanced

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

[Phpgroupware-tracker] [bug #1257] pop3 failed authentication gives us


From: nobody
Subject: [Phpgroupware-tracker] [bug #1257] pop3 failed authentication gives us an infinite loop
Date: Thu, 26 Jun 2003 22:09:27 -0400
User-agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.3.1) Gecko/20030425

=================== BUG #1257: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=1257&group_id=509

Changes by: Dave Hall <address@hidden>
Date: Fri 06/27/2003 at 12:09 (Australia/Melbourne)

            What     | Removed                   | Added
---------------------------------------------------------------------------
              Status | Open                      | Closed




=================== BUG #1257: FULL BUG SNAPSHOT ===================


Submitted by: cbsman                  Project: phpGroupWare                 
Submitted on: Mon 09/23/2002 at 01:07
Category:  email                      Bug Group:  0.9.14 release            
Severity:  5 - Major                  Priority:  Normal                     
Resolution:  Works for me             Assigned to:  angles                  
Status:  Closed                       Component Version:  TGZ               
Platform Version:  None               Reproducibility:  Every Time          

Summary:  pop3 failed authentication gives us an infinite loop

Original Submission:  I'd  like to report that there is a bug in the "close" 
function in the "class.mail_dcom_pop3_sock.inc.php" file that works like this:
failed pop3 authentication makes mail_dcom->open() (as defined in file 
"class.mail_dcom_pop3_sock.inc.php") to call mail_dcom->error() which in turn 
tries to close the connection by calling mail_dcom->close().
But the pop3 connection has been closed already by the server, so 
mail_dcom->close() fails to do so and calls mail_dcom->error() to handle the 
situation, which in turn calls mail_dcom->close(), and so on.
The quick solutions is to comment out the $this->error() call in the 
mail_dcom->close() (defined in "class.mail_dcom_pop3_sock.inc.php").

Follow-up Comments
*******************

-------------------------------------------------------
Date: Fri 11/29/2002 at 11:10       By: skwashd
This has been corrected in CVS.

To grab a complete update of all fixes:

1)  Check to see if you have cvs installed: 'cvs --help'.
1a) If not, install a copy of cvs-cli from your favorite 
distro.

2)  Then just type:
    'cd <your phpgroupware dir>; cvs update -dP'.

You can do step 2 as many times in a day as you wish, and 
will always get the most current bug fixes.

Thanks,


-------------------------------------------------------
Date: Thu 11/21/2002 at 13:07       By: alexbsa
Please try the latest email in cvs stable. I cant reproduce this on my setup. 


CC List
*******

CC Address                          | Comment
------------------------------------+-----------------------------
address@hidden           | any ideas guys?



No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=1257&group_id=509

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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