Edit report at http://bugs.php.net/bug.php?id=54729&edit=1
ID: 54729
Comment by: peter dot ihrler at ku-eichstaett dot de
Reported by: peter dot ihrler at ku-eichstaett dot de
Summary: mail is not sent when the body contains a specific
web-link
Status: Open
Type: Bug
Package: Scripting Engine problem
Operating System: sles11, opensuse
PHP Version: 5.2.17
Block user comment: N
Private report: N
New Comment:
I am sorry for this. My emails didn't pass our anti-spam-filter. That is
why they never where received. The links like "http://www.ku-ett.de.ms"
are interpreted as phishing-links.
Peter
Previous Comments:
------------------------------------------------------------------------
[2011-05-13 16:07:21] peter dot ihrler at ku-eichstaett dot de
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( "[email protected]", "Good Link", "http://www.ku-ett.de");
mail( "[email protected]", "Bad Link", "http://www.ku-ett.de.ms");
?>
</body>
</html>
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/bug.php?id=54729&edit=1