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, 01 Sep 2002 20:06:37 -0400

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

Changes by: Mark A Peters <address@hidden>
Date: 2002-Sep-01 20:06 (EST5EDT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
         Assigned to | seek3r                    | skeeter
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
Fixed by applying patch #283.

Applied to both .14 and HEAD. Is/will be available for .14.001 .

I actually used 1024 instead of the 2048.

Thanks,
Mark A Peters (Skeeter)



=================== BUG #161: FULL BUG SNAPSHOT ===================


Submitted by: None                      Project: phpGroupWare                   
Submitted on: 2002-May-05 09:09
Category:  email                        Bug Group:  devel cvs                   
Severity:  5 - Major                    Priority:  Normal                       
Resolution:  Fixed                      Assigned to:  skeeter                   
Status:  Closed                         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-Sep-01 20:06             By: skeeter
Fixed by applying patch #283.

Applied to both .14 and HEAD. Is/will be available for .14.001 .

I actually used 1024 instead of the 2048.

Thanks,
Mark A Peters (Skeeter)

-------------------------------------------------------
Date: 2002-May-19 16:49             By: angles
I used your patch in anglemail pre39, but I used 1024 instead of 2048, do you 
think this matters? anglemail.org has the tarball.

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

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





No files currently attached


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]