This is more of a support question, but: https://github.com/jamesturk/django-honeypot will thwart the majority of (naive) automation attempts.
On 13 December 2019 at 10:42:54 am, אורי ([email protected]) wrote: Django developers, After releasing Speedy Net to production I received lots of spam to our contact forms [https://en.speedy.net/contact/ & https://en.speedymatch.com/contact/]. I found out that all of these spam messages were produced by bots. I had to add a new "no bots" field to this form, where I just ask users to type a specific number and validate it in the form. Since I added this field I didn't receive any more spam from the contact forms. I know Django is using CSRF cookie directives, but isn't it possible to prevent bots from submitting forms? I would like to remove the "no bots" field from this form as it is wasting time of our users who want to contact us. But I don't want to receive messages from bots. Is there another way to prevent bots from submitting forms? אורי [email protected] -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/CABD5YeGj%2BFdsrmq%3D_Yai3bJHDSG_5Q1tmXSHLSQv4YexgomZxQ%40mail.gmail.com <https://groups.google.com/d/msgid/django-developers/CABD5YeGj%2BFdsrmq%3D_Yai3bJHDSG_5Q1tmXSHLSQv4YexgomZxQ%40mail.gmail.com?utm_medium=email&utm_source=footer> . -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/CANK-ykkZSVhyDA4nNg0JKudbK9zdyXGVews48MN0pmAT47fb_A%40mail.gmail.com.
