> 
> Hi,
> 
>   I have problem with spam over function mail. My clients have badly
>   written functions and I cannot find where. Is there in php simple
>   way to detect which script generate mail? I mean like header (in
>   case of returning mail) or log every using mail function etc.


grep -l "mail(" *.php

> 
>   Thank you
> 

yw!

JM

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to