Re: Preventing spammers from using mail script
- From: "J.O. Aho" <user@xxxxxxxxxxx>
- Date: Tue, 21 Nov 2006 06:27:29 +0100
affiliateian@xxxxxxxxx wrote:
Is there a way code a php mail script so that spammers cannot utilizeIt's the FROM field they use to send spam, you should look for \r\n in the FROM field, remove those and you should start to generate less spam out of your box.
it to blast spam? At the moment, we are using a hidden value in the
form for validation but anyone can see the hidden value in the form and
push this value to the script. Would posting the form to itself (ie.
embedding the php codes on the same page as the form) help in this
matter? Any tips?
See http://www.php.net/manual/en/function.mail.php
//Aho
.
- References:
- Preventing spammers from using mail script
- From: affiliateian
- Preventing spammers from using mail script
- Prev by Date: Re: Lost formatting in browser 'view source'
- Next by Date: Re: Lost formatting in browser 'view source'
- Previous by thread: Preventing spammers from using mail script
- Next by thread: Re: Preventing spammers from using mail script
- Index(es):
Relevant Pages
|