[PHP-DEV] [PATCH][NEW FEATURE][HELP NEEDED] Forcing -f via mail() (ext/standard/mail.c)

2003-02-22 Thread Erik Wasser
I don't really know to start. I've made a patch and want to ask for the offical way to bring this patch into the php engine (if this is possible). I also need some help about the internals of php. At first I will explain some things, why I made the patch. Imagine a big webserver with a few dozen v

Re: [PHP-DEV] [PATCH][NEW FEATURE][HELP NEEDED] Forcing -f via mail() (ext/standard/mail.c)

2003-02-22 Thread Erik Wasser
Daniel Lorch <[EMAIL PROTECTED]> wrote: > This has been done several times now. Once by me, once by someone else, > and once by you. The decision was: No. Rationale: PHP should not fix > other applications' bugs. I disagree, but probably there have to be > a couple of more people writing such patc

Re: [PHP-DEV] [PATCH][NEW FEATURE][HELP NEEDED] Forcing -f via mail() (ext/standard/mail.c)

2003-02-22 Thread Erik Wasser
Daniel Lorch <[EMAIL PROTECTED]> wrote: >> - is it a good idea to 'fake' the '-f' parameter? > This can also be done with php_admin_value in the VirtualHost. No need to > patch PHP if you only want THIS behaviour. I know. B-) But I needed a solution about setting '-f' on per email basis, not on