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: Thu, 28 Nov 2002 19:10:03 -0500

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

Changes by: Dave Hall <address@hidden>
Date: 2002-Nov-29 11:10 (Australia/Melbourne)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Works for me
         Assigned to | None                      | angles
                  CC |                           | address@hidden


------------------ Additional Follow-up Comments ----------------------------
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,




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


Submitted by: cbsman                    Project: phpGroupWare                   
Submitted on: 2002-Sep-23 01:07
Category:  email                        Bug Group:  0.9.14 release              
Severity:  5 - Major                    Priority:  Normal                       
Resolution:  Works for me               Assigned to:  angles                    
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-29 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: 2002-Nov-21 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




reply via email to

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