|
Posted by Zenbug on 09/05/05 21:45
My website has a mail form run by PHP, and I'm getting a lot of e-mails
sent through it that appear to contain my website's domain after the
'@', though I didn't send them. The e-mails contain no other content,
so I assume it's some kind of spam bot.
There must be a line of PHP that I can add that will basically say, "if
the e-mail address contains '@mydomainname.com', do not send."
I tried looking at php.net, but I can only find scripts that check if
the address is a valid one, which isn't good enough. I need to be able
to block a certain e-mail domain.
Thanks very much.
--ZenBug
Navigation:
[Reply to this message]
|