djangogirls
djangogirls copied to clipboard
Prohibit links in contact form to limit spam
We have started receiving spam messages from the [email protected] email address from our website. There is a need to prevent messages with links from submitting as well as enforce DMARC rejection and quarantine policies to prevent our domain from being misused.
Seems the message did not come through our contact form or website. So this is a DMARC issue.
If we've got access to a django form for this, then we can implement django-bleach to control what tags can be added (potentially).
Hey @marksweb, we do have access to the django form. Let me look at django-bleach. Thanks!