Re: [php-list] Preventing spam drones from abusing our mail scripts

2006-01-28 Thread Bob
sio" <[EMAIL PROTECTED]> To: Sent: Sunday, January 22, 2006 4:50 PM Subject: Re: [php-list] Preventing spam drones from abusing our mail scripts > > // email injection clean up. > function safermail($to,$subject,$body,$from) > { > $bad = array(&q

Re: [php-list] Preventing spam drones from abusing our mail scripts

2006-01-22 Thread Mike Brandonisio
Hi, I think this may have been a post here but here is the code: Basically you are removing the ability to send more than one email at time. So if a spam bot enters email, email, email, email, email ...etc the script removes the delimitor and replaces it with an illegal '?' so that your e

Re: [php-list] Preventing spam drones from abusing our mail scripts

2006-01-22 Thread Linux User
Marian Briones wrote: > Hi gang > How do I prevent spam bots from exploiting php scripts that send mail? > > Need to know... > > (SIGH) > > Happy New year by the way. > > Marian My script checks for proper domain, so far so good. $email = $_POST['email']; if($email) { // take

Re: [php-list] Preventing spam drones from abusing our mail scripts

2006-01-22 Thread Linux User
Marian Briones wrote: > Hi gang > How do I prevent spam bots from exploiting php scripts that send mail? > > Need to know... > > (SIGH) > > Happy New year by the way. > > Marian My script checks for proper domain, so far so good. $email = $_POST['email']; if($email) { // take

[php-list] Preventing spam drones from abusing our mail scripts

2006-01-02 Thread Marian Briones
Hi gang How do I prevent spam bots from exploiting php scripts that send mail? Need to know... (SIGH) Happy New year by the way. Marian Community email addresses: Post message: php-list@yahoogroups.com Subscribe:[EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [E