Posted by J.O. Aho on 01/20/06 00:38
Bororules wrote:
> I am looking to set up an email form using PHP's sendmail function, but I want to use graphical verification, so that the form
> cannto be hijacked by spammers etc.
>
> What is the easiest way to set this up? Can anyone point me in the right direction for a tutorial etc?
The main thing here is to look at the TO: and FROM: fields entry and strip
them away from any Cc: and Bcc: that the possible spammer may add to those
fields to be able to send the message to other places than you want them to.
You can look at the "Hacked by Spammer" thread (first post 10th of Jan 2006,
poster Dan) for how to do the filtering.
//Aho
Navigation:
[Reply to this message]
|