php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #54729 mail is not sent when the body contains a specific web-link
Submitted: 2011-05-13 16:07 UTC Modified: 2011-06-12 04:24 UTC
From: peter dot ihrler at ku-eichstaett dot de Assigned:
Status: Not a bug Package: Scripting Engine problem
PHP Version: 5.2.17 OS: sles11, opensuse
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: peter dot ihrler at ku-eichstaett dot de
New email:
PHP Version: OS:

 

 [2011-05-13 16:07 UTC] 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.me@ku-ett.de", "Good Link", "http://www.ku-ett.de");
mail( "to.me@ku-ett.de", "Bad Link", "http://www.ku-ett.de.ms");
?>
</body>
</html>


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-05-18 09:59 UTC] 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-06-12 04:24 UTC] felipe@php.net
-Status: Open +Status: Bogus
 [2011-06-12 04:24 UTC] felipe@php.net
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.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 16 01:01:32 2025 UTC