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: Sun, 05 May 2002 09:13:24 -0400

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

Submitted by: None                      Project: phpGroupWare                   
Submitted on: 2002-May-05 13:09
Category:  email                        Bug Group:  devel cvs                   
Severity:  5 - Major                    Priority:  Normal                       
Resolution:  None                       Assigned to:  None                      
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-05 13: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]