Try to set it in "disable_functions", it may help, or may not. Otherwise disable it in php sources or even better regexp your scripts to change mail to something else.
Liam wrote: >Yeah, mail() again... > >I want to disable the default mail command and replace it with my own. >I've written a function that talks directly to my SMTP server, however, I'd >rather not go thru every single script on my server and change all the >mail() functions. > >Any ideas? > >Cheers, >Liam > > > > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php