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 a


From: nobody
Subject: [Phpgroupware-tracker] [Bug #1257] pop3 failed authentication gives us an infinite loop
Date: Wed, 20 Nov 2002 21:07:55 -0500

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

Changes by: Alejandro Borges (lex) <address@hidden>
Date: 2002-Nov-20 20:07 (Mexico/General)

------------------ Additional Follow-up Comments ----------------------------
Please try the latest email in cvs stable. I cant reproduce this on my setup. 



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


Submitted by: cbsman                    Project: phpGroupWare                   
Submitted on: 2002-Sep-22 09:07
Category:  email                        Bug Group:  0.9.14 release              
Severity:  5 - Major                    Priority:  Normal                       
Resolution:  None                       Assigned to:  None                      
Status:  Open                           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: 2002-Nov-20 20:07             By: alexbsa
Please try the latest email in cvs stable. I cant reproduce this on my setup. 


CC list is empty


No files currently attached


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




reply via email to

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