|
Posted by Petr Vileta on 01/13/07 07:58
"Chuck Anderson" <websiteaddress@seemy.sig> píše v diskusním příspěvku
news:17Odnbanj8Ac0jXYnZ2dnUVZ_segnZ2d@comcast.com...
> Dikkie Dik wrote:
>>> [ ..... Is this actually a productive way for spammers to distribute
>>> their crap ... one email per form?]
>>>
>>
> It looks like some form of CAPTCHA is the best answer (using an image, or
> text questions). This is not an important contact form, so for now, I'm
> just going to kill messages with <a href or http:// in them.
>
> Is there a way to make a bot believe that the sending of the email has
> failed? Seems like that would be a deterrent if the spammer sees it is
> not working. Should I serve a server error? Can you do that with
> header()?
>
You can redirect spammer to his own web.
if(...link is in the mail body) {
$link = "http://www.google.com";
print "Location: $link\n\n";
exit; }
--
Petr Vileta, Czech republic
(My server rejects all messages from Yahoo and Hotmail. Send me your mail
from another non-spammer site please.)
Navigation:
[Reply to this message]
|