phpgroupware-tracker
[Top][All Lists]
Advanced

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

[Phpgroupware-tracker] [Bug #161] 255 chars too short for an SMTP respon


From: nobody
Subject: [Phpgroupware-tracker] [Bug #161] 255 chars too short for an SMTP response
Date: Thu, 09 May 2002 09:24:55 -0400

=================== Bug #161: Latest Modifications ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=161&group_id=509

Changes by: Miles Lott <address@hidden>
Date: 2002-May-09 08:24 (US/Central)

            What     | Removed                   | Added
---------------------------------------------------------------------------
         Assigned to | None                      | seek3r


------------------ Additional Follow-up Comments ----------------------------
I think skeeter fixed this (?)



=================== Bug #161: Full Bug Snapshot ===================


Submitted by: None                      Project: phpGroupWare                   
Submitted on: 2002-May-05 08:09
Category:  email                        Bug Group:  devel cvs                   
Severity:  5 - Major                    Priority:  Normal                       
Resolution:  None                       Assigned to:  seek3r                    
Status:  Open                           Platform Version:  Linux - RedHat       
Reproducibility:  Every Time            

Summary:  255 chars too short for an SMTP response

Original Submission:  email/inc/class.mail_send.inc.php line 95, only reads the 
first 255 characters of an SMTP response.  Any subsequent chars are assumed to 
be part of the next response.  Some SMTP servers have a HELO response longer 
than 255 chars (eg: containing anti-spam warnings, etc), and so this is not 
long enough and causes mail to fail.

eg: using the sendmail server at www.babel.com.au fails.

I suggest increasing the maximum string length in the fgets call to 2048.



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

-------------------------------------------------------
Date: 2002-May-09 08:24             By: milosch
I think skeeter fixed this (?)

-------------------------------------------------------
Date: 2002-May-05 08:13             By: delatbabel
Also affects current 0.9.14 branch.



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



reply via email to

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