From:             
Operating system: sles11, opensuse
PHP version:      5.2.17
Package:          Scripting Engine problem
Bug Type:         Bug
Bug description:mail is not sent when the body contains a specific web-link

Description:
------------
mail() does not send an email when the body contains a specific web-link.
This happens also with 5.3.3.



It seems that mail() does interpret the Link and doesn't send an e-mail if
after the ".de" is something appended. 









Test script:
---------------
<html>

<body>

<?php

// The first mail is sent, the second not.

phpinfo(-1);

mail( "to...@ku-ett.de", "Good Link", "http://www.ku-ett.de";);

mail( "to...@ku-ett.de", "Bad Link", "http://www.ku-ett.de.ms";);

?>

</body>

</html>


-- 
Edit bug report at http://bugs.php.net/bug.php?id=54729&edit=1
-- 
Try a snapshot (PHP 5.2):            
http://bugs.php.net/fix.php?id=54729&r=trysnapshot52
Try a snapshot (PHP 5.3):            
http://bugs.php.net/fix.php?id=54729&r=trysnapshot53
Try a snapshot (trunk):              
http://bugs.php.net/fix.php?id=54729&r=trysnapshottrunk
Fixed in SVN:                        
http://bugs.php.net/fix.php?id=54729&r=fixed
Fixed in SVN and need be documented: 
http://bugs.php.net/fix.php?id=54729&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=54729&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=54729&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=54729&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=54729&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=54729&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=54729&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=54729&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=54729&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=54729&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=54729&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=54729&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=54729&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=54729&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=54729&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=54729&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=54729&r=mysqlcfg

Reply via email to