hi,

> Good because I havn't seen any positive responses to this and I'm still
> negative on it.

You don't have to use it.

> Apart from disagreement with the prinicipal here I'd also ask: "Where is
> the portion of the patch to support Win32 SMTP via the MAPI interface?"
> ((as opposed to sendmail_path interface which you've covered on all
> platforms))

This is not necessary, at least not with qmail. qmail-smtpd DOES already
use the From-Header to write the Return-Path -- compared to qmail-inject,
which DOESN'T, and instead uses a default address (such as
Return-Path: <[EMAIL PROTECTED]>).

> A more generalized fix would be to append the Return-Path to the headers
> string at the top of the php_mail function so that it's caught by both the
> sendmail block and by the TSendMail call (MAPI).
> 
> Any modification to behavior which effects one platform should affect all
> platforms equally.  While Win32/sendmail is kept equal, Win32/MAPI (used
> by the majority of Win32 users) is not.

I'm just providing a working solution to a more or less common problem. I
know there are others who are having the same problem, so I am providing
a solution to everyone interested.

Feel free to post an improved version of my patch. Andi kindly did some
code auditing, so there are many things that can be rewritten much nicer :)

-daniel

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to