I have updated the TXT
(SPF) records in my domain hosted DNS without the space.
I have tried to check the updated the TXT
record in the linux terminal using the dig
and host
commands, but I'm seeing extra white space in the updated record.
For example:
The updated record in the DNS:
"v=spf1 spf.protection.outlook.com 1.2.3.4 -all"
But the output getting in the terminal using the command "dig txt domain.com +short"
"v=spf1 spf.protection. outlook. com 1.2" "3.4 -all"
checked with all type of OS platform terminals (Linux-CentOS, Ubuntu,Windows-CMD, Mac OS terminal).
Note: I have tried to eliminate the space using the sed
command and it has worked.
I just want to confirm where the issue is, whether it is from the DNS provider or elsewhere.