From:             php-bugs at t43 dot mine dot nu
Operating system: Windows
PHP version:      Irrelevant
PHP Bug Type:     Documentation problem
Bug description:  sendmail_from is Return-Path:, not From:

Description:
------------
The "sendmail_from" value from php.ini goes into the header Return-Path:,
not into From: When it is not set, the From: header is required and
duplicated into Return-Path:. Return-Path: cannot be set in the headers.
sendmail_from has priority over From: für the Return-Path:

 A comment to Bug 14407 indeed says that sendmail_from is Return-Path: but
this information is missing in the manual and opposite to what is written,
namely that sendmail_from goes into From:.


-- 
Edit bug report at http://bugs.php.net/?id=37122&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=37122&r=trysnapshot44
Try a CVS snapshot (PHP 5.1): 
http://bugs.php.net/fix.php?id=37122&r=trysnapshot51
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=37122&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=37122&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=37122&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=37122&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=37122&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=37122&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=37122&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=37122&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=37122&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=37122&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=37122&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=37122&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=37122&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=37122&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=37122&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=37122&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=37122&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=37122&r=mysqlcfg

Reply via email to