Forum Moderators: open
If i had deleted the actual form, but kept the ASP script page. Would a spider accesing this page cause the page to run the script?
I have been receiving around 5 emails one day every week for a couple of weeks now from a script i had setup not to long ago.
any ideas?
Regards
Webboy
I don't think that spiders submit forms on their trawls. Are the emails formatted with content?
If it checked that it had suitable data before it despatched an email to yourself then the answer is obviously no since it would check and presumably find it should not allow an email to be sent.
However if the script sends an email without checking the data it has been supplied (including if that data is present or not) then yes, anything requesting the script could well be spawning emails!
I'd suggest either removing the script or protecting it from good robots using the robots.txt
Alternately if it has all the data it requires then either;
a) somewhere on the site is still using it
b) someone has found your script and is messing around with it
- Tony