Bug in SPF record validation

I am trying to add an SPF record to my DNS but it appears that there is a bug in the input validation. It keeps telling me content must match the following: "/^v=spf/gi", while it very clearly does match. My record content: “v=spf1 include:mailbox.org”. That’s a very clear match isn’t it? Something must be wrong with the regex validation.

Hi @lingdocsdev,

The SPF type has been deprecated and SPF should be added as TXT records now.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.