![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
When we redid our web site we removed all email links and instead are sending all email inquiries via a form on the site. This has reduced email harvesting by spammers, but now we're getting spam via the form itself. Are there any methods for preventing this automated spam-bots submitting via forms? One thought was to restrict the submissions to one per IP address per minute or something...I'm trying to think of some alternative options as well. |
#3
| |||
| |||
|
|
When we redid our web site we removed all email links and instead are sending all email inquiries via a form on the site. This has reduced email harvesting by spammers, but now we're getting spam via the form itself. Are there any methods for preventing this automated spam-bots submitting via forms? One thought was to restrict the submissions to one per IP address per minute or something...I'm trying to think of some alternative options as well. -Darrel |
#4
| |||
| |||
|
|
What script are you using? If it's a well-known one, they may be exploiting the script itself, rather than using the form. |
#5
| |||
| |||
|
|
What script are you using? If it's a well-known one, they may be exploiting the script itself, rather than using the form. |
#6
| |||
| |||
|
|
And further - is it one of those scripts which puts the 'To' address in a hidden field? |
#7
| |||
| |||
|
|
Hi Darrel, Did you try to use a text box within the form where the user would would have to enter a particular string of characters. If the string doesn't exist or doesn't match the form wouldn't submit. |
#8
| |||
| |||
|
|
When we redid our web site we removed all email links and instead are sending all email inquiries via a form on the site. This has reduced email harvesting by spammers, but now we're getting spam via the form itself. Are there any methods for preventing this automated spam-bots submitting via forms? One thought was to restrict the submissions to one per IP address per minute or something...I'm trying to think of some alternative options as well. |
#9
| |||
| |||
|
|
Use a challenge. |
#10
| |||
| |||
|
|
Nope. Here's the form: http://www.courts.state.mn.us/contact If you view the source, there's nothing that would allow any sort of submisison of data without using the page itself, so I don't think it's anything circumventing the form itself, but rather submitting the form automatically. |
![]() |
| Thread Tools | |
| Display Modes | |
| |