GG is it possible that the problem may not be with your server/script?
The only reason I mention this is that I notice if I leave a field out of your submission form then your submit cgi returns an error straight away which indicates to me that your script and server are fine. I am not sure how the blacklist feature is set up but I imagine your submit cgi would pass the submitted information to the blacklist server. If this server was in fact timing out or erroring in some way, or in fact your submit cgi was sending the information to an incorrect url, this would result in your submit cgi not being able to complete the submission process and possibly returning the error received from the blacklist server
Just a thought
|