Re: [PHP] Problem with spam

2007-03-06 Thread Børge Holen
On Monday 05 March 2007 12:15, Bc. Radek Krejca wrote: > 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

Re: [PHP] Problem with spam

2007-03-06 Thread Jochem Maas
Bc. Radek Krejca wrote: > Hello, > > JM> grep -l "mail(" *.php > > I of course tried this before but I have hundereds domains and a lot > of files where clients using function mail. that sucks then doesn't it ... there is no better way, unless you search out the patch someone wrote (which may

Re[2]: [PHP] Problem with spam

2007-03-05 Thread Bc. Radek Krejca
Hello, JM> grep -l "mail(" *.php I of course tried this before but I have hundereds domains and a lot of files where clients using function mail. -- Regards, Bc. Radek Krejca ICQ: 65895541 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Problem with spam

2007-03-05 Thread Jim Moseby
> > 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

[PHP] Problem with spam

2007-03-05 Thread Bc. Radek Krejca
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. Thank you -- Regards