ID:               35087
 Updated by:       [EMAIL PROTECTED]
 Reported By:      rautenberg at inetsolutions dot de
-Status:           Open
+Status:           Bogus
 Bug Type:         PHP options/info functions
 Operating System: 2.6.4-52-smp
 PHP Version:      4.4.1
 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:
------------------------------------------------------------------------

[2005-11-03 17:24:00] rautenberg at inetsolutions dot de

Description:
------------
In php.ini i'v defined a sendmail path so that any errormail have an
"Return-Path:".

php.ini:
sendmail_path = /usr/sbin/sendmail -f [EMAIL PROTECTED]

with PHP 4.3.X it works fine but with 4.4.1:

postfix at my "php-server" send a mail to the indicated mailadress
([EMAIL PROTECTED])

<unknown>: No recipients specified

How can i solve this?
Is sendmail_path -f not present anymore?

Reproduce code:
---------------
mail("[EMAIL PROTECTED]", "test",$message,"From:
[EMAIL PROTECTED]");

Expected result:
----------------
An errormail was sent with
<unknown>: No recipients specified



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=35087&edit=1

Reply via email to