Edit report at http://bugs.php.net/bug.php?id=54729&edit=1
ID: 54729 Updated by: fel...@php.net 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 +Status: Bogus Type: Bug Package: Scripting Engine problem Operating System: sles11, opensuse PHP Version: 5.2.17 Block user comment: N Private report: N New Comment: Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2011-05-18 09:59:31] peter dot ihrler at ku-eichstaett dot de 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 ------------------------------------------------------------------------ [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( "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 this bug report at http://bugs.php.net/bug.php?id=54729&edit=1