From:             sadun at isikun dot edu dot tr
Operating system: Windows Server 2003
PHP version:      4.3.3RC4
PHP Bug Type:     IIS related
Bug description:  IIS 6.0 SMTP server and mail function can't send over ~120K

Description:
------------
in 2003 IIS6.0 with mail function i could send simple mails. but when i
tried to send mails over apx. 120K script do not respond.

i checked the settings of the SMTP there is no problem. cause i could seng
via telnet.

example:
----------------
helo there
mail from: [EMAIL PROTECTED]
rcpt to: [EMAIL PROTECTED]
data
MIME-Version: 1.0
From: Sadun <[EMAIL PROTECTED]>
Reply-To: Sadun <[EMAIL PROTECTED]>
Return-Path: Sadun <[EMAIL PROTECTED]>
X-Priority: 3
X-MSMail-Priority: Normal
X-IPAddress: 195.46.147.13
X-Mailer: Isık University Student Server
Content-Type: multipart/mixed;
        boundary="----=_OuterBoundary_000"

This is a multi-part message in MIME format.

------=_OuterBoundary_000
Content-Type: multipart/alternative;
        boundary="----=_InnerBoundery_001"


------=_InnerBoundery_001
Content-Type: text/plain;
        charset="iso-8859-9"
Content-Transfer-Encoding: quoted-printable

content with text based

------=_InnerBoundery_001
Content-Type: text/html;
        charset="iso-8859-9"
Content-Transfer-Encoding: base64

PFNUUk9ORz5sa2ts/mtsa/48L1NUUk9ORz4=

------=_InnerBoundery_001--

------=_OuterBoundary_000
Content-Type: application/octetstream;
        name="leaves.JPG"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
        filename="leaves.JPG"

/9j/4AAQSkZJRgABAQEAYABgAAD/4QB1RXhpZgAASUkqAAgAAAACAAsAAgAcAAAAJgAAAGmHBAAB
AAAAQgAAAAAAAABBQ0QgU3lzdGVtcyBEaWdpdGFsIEltYWdpbmcAAQCGkgIAHQAAAFAAAABBQ0Qg
,,,,, 
IT GOES 
ON & ON 
,,,,,
dNnufs+maRpVj9k+1/8AHj/xJtC+nt9a/YfDDI45hmSzPMIptLmSsmvdV02mrNXSundS26nHjcar
Wbvolpv0Td0/VW6HxBeN5RgMM/2eC3x9jzyb36enPXp1OexrGub2xm+0fY57fz7a8+xXt0M9fywP
0NT3X2eb7Q==



------=_OuterBoundary_000--

Reproduce code:
---------------
// these variables print out is at Desription part.

$result = mail($To,stripslashes($Subject),stripslashes($Msg),$headers);

Expected result:
----------------
mail been sent

Actual result:
--------------
it no response. if its in a huge script it exits without any warning or
error.

-- 
Edit bug report at http://bugs.php.net/?id=25142&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=25142&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=25142&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=25142&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=25142&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=25142&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=25142&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=25142&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=25142&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=25142&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=25142&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=25142&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=25142&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=25142&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=25142&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=25142&r=gnused

Reply via email to