Re: [PHP] which php file is sending emails?

2011-01-16 Thread David Hutto
On Sun, Jan 16, 2011 at 11:19 AM, Mujtaba Arshad wrote: > Nilesh's note to self: don't sound condescending when suggesting untested Now define 'self'. Is it a remembrance(i.e. a string of molecular structures), or a google(google 'Rich formatting' says google isn't actually a word, and gives the

Re: [PHP] which php file is sending emails?

2011-01-16 Thread Mujtaba Arshad
Nilesh's note to self: don't sound condescending when suggesting untested code. On Sun, Jan 16, 2011 at 10:56 AM, Marc Guay wrote: > > There can be nothing more simpler than this!!! > > I thought that this quote needed some revisiting. > > Marc > > -- > PHP General Mailing List (http://www.php.n

Re: [PHP] which php file is sending emails?

2011-01-16 Thread Marc Guay
> There can be nothing more simpler than this!!! I thought that this quote needed some revisiting. Marc -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] which php file is sending emails?

2011-01-15 Thread Nilesh Govindarajan
On 01/16/2011 12:33 PM, Jim Lucas wrote: On 1/15/2011 10:51 AM, Nilesh Govindarajan wrote: On 01/15/2011 11:13 PM, Daniel Brown wrote: On Sat, Jan 15, 2011 at 12:21, Nilesh Govindarajan wrote: On 01/15/2011 10:22 PM, Jim Lucas wrote: Um, I use OpenBSD and that command gives me an error or

Re: [PHP] which php file is sending emails?

2011-01-15 Thread Jim Lucas
On 1/15/2011 10:51 AM, Nilesh Govindarajan wrote: > On 01/15/2011 11:13 PM, Daniel Brown wrote: >> On Sat, Jan 15, 2011 at 12:21, Nilesh Govindarajan wrote: >>> On 01/15/2011 10:22 PM, Jim Lucas wrote: Um, I use OpenBSD and that command gives me an error or two... $ grep -l mai

Re: [PHP] which php file is sending emails?

2011-01-15 Thread David Hutto
On Sat, Jan 15, 2011 at 10:32 PM, Nilesh Govindarajan wrote: > On 01/16/2011 12:45 AM, Daniel Brown wrote: >> >> On Sat, Jan 15, 2011 at 13:51, Nilesh Govindarajan >>  wrote: >>> >>> hahaha, that command wasn't broken. It works on Linux. But certain >>> commands >>> have to be changed to work on *

Re: [PHP] which php file is sending emails?

2011-01-15 Thread Nilesh Govindarajan
On 01/16/2011 12:45 AM, Daniel Brown wrote: On Sat, Jan 15, 2011 at 13:51, Nilesh Govindarajan wrote: hahaha, that command wasn't broken. It works on Linux. But certain commands have to be changed to work on *BSD. For example, chmod u=rwx,g=rwx,o= directory -R will work on linux, but will not

Re: [PHP] which php file is sending emails?

2011-01-15 Thread Daniel Brown
On Sat, Jan 15, 2011 at 13:51, Nilesh Govindarajan wrote: > > hahaha, that command wasn't broken. It works on Linux. But certain commands > have to be changed to work on *BSD. > > For example, chmod u=rwx,g=rwx,o= directory -R will work on linux, but will > not on FreeBSD. It has to be changed to

Re: [PHP] which php file is sending emails?

2011-01-15 Thread Nilesh Govindarajan
On 01/15/2011 11:13 PM, Daniel Brown wrote: On Sat, Jan 15, 2011 at 12:21, Nilesh Govindarajan wrote: On 01/15/2011 10:22 PM, Jim Lucas wrote: Um, I use OpenBSD and that command gives me an error or two... $ grep -l mail $(find -name *.php) find: unknown option -- n find: unknown option -- a

Re: [PHP] which php file is sending emails?

2011-01-15 Thread tedd
At 11:23 AM +0530 1/15/11, Nilesh Govindarajan wrote: On 01/15/2011 06:21 AM, Mesut GULNAZ wrote: is it possible to see which php file(s) is/are sending emails on my server by php.ini or with any other way? coz i have a server and i have many domains and subdomains. on my smtp systems i saw tha

Re: [PHP] which php file is sending emails?

2011-01-15 Thread Daniel Brown
On Sat, Jan 15, 2011 at 12:21, Nilesh Govindarajan wrote: > On 01/15/2011 10:22 PM, Jim Lucas wrote: >> >> Um, I use OpenBSD and that command gives me an error or two... >> >> $ grep -l mail $(find -name *.php) >> find: unknown option -- n >> find: unknown option -- a >> find: unknown option -- m

Re: [PHP] which php file is sending emails?

2011-01-15 Thread Nilesh Govindarajan
On 01/15/2011 10:22 PM, Jim Lucas wrote: Um, I use OpenBSD and that command gives me an error or two... $ grep -l mail $(find -name *.php) find: unknown option -- n find: unknown option -- a find: unknown option -- m find: unknown option -- e formmail.php $ grep -l mail $(find ./ -name "*.php"

Re: [PHP] which php file is sending emails?

2011-01-15 Thread Jim Lucas
On 1/14/2011 9:53 PM, Nilesh Govindarajan wrote: > On 01/15/2011 06:21 AM, Mesut GULNAZ wrote: >> is it possible to see which php file(s) is/are sending emails on my server >> by php.ini or with any other way? >> >> coz i have a server and i have many domains and subdomains. on my smtp >> systems i

Re: [PHP] which php file is sending emails?

2011-01-14 Thread Nilesh Govindarajan
On 01/15/2011 06:21 AM, Mesut GULNAZ wrote: is it possible to see which php file(s) is/are sending emails on my server by php.ini or with any other way? coz i have a server and i have many domains and subdomains. on my smtp systems i saw that many random mails are being sent from www server whic