[prev in list] [next in list] [prev in thread] [next in thread] 

List:       squirrelmail-cvs
Subject:    [SM-CVS] CVS: squirrelmail/class/deliver Deliver.class.php,1.46,1.47
From:       Paul Lesneiwski <pdontthink () users ! sourceforge ! net>
Date:       2005-02-28 4:20:46
Message-ID: E1D5cOk-0005ZO-Iu () sc8-pr-cvs1 ! sourceforge ! net
[Download RAW message or body]

Update of /cvsroot/squirrelmail/squirrelmail/class/deliver
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21400

Modified Files:
	Deliver.class.php 
Log Message:
Linefeed not allowed in middle of Content-Type header

Index: Deliver.class.php
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/class/deliver/Deliver.class.php,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -w -r1.46 -r1.47
--- Deliver.class.php	18 Feb 2005 02:19:10 -0000	1.46
+++ Deliver.class.php	28 Feb 2005 04:20:44 -0000	1.47
@@ -292,7 +292,7 @@
         $contenttype = 'Content-Type: '. $mime_header->type0 .'/'.
                         $mime_header->type1;
         if (count($message->entities)) {
-            $contenttype .= ";\r\n " . 'boundary="'.$boundary.'"';
+            $contenttype .= ';' . 'boundary="'.$boundary.'"';
         }
         if (isset($mime_header->parameters['name'])) {
             $contenttype .= '; name="'.



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
--
squirrelmail-cvs mailing list
List Address: squirrelmail-cvs@lists.sourceforge.net
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-cvs
http://squirrelmail.org/cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic