Richard Lynch wrote:
On Tue, November 7, 2006 12:42 am, Pieter du Toit wrote:

What can i do?

Disable the mail() function bit in your code that processes the FORM
submission.


you could also use a cool class I once found, google/search for phpmailer, it has a nice bit of code that allows you to connect directly to a smtp server, so you can bypass the php mailer function.

what can also to do is write all the info your about to email to a log file, this way you could at least see what these spammers are doing.

clive

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to