Merge pull request #18 from internetstandards/gh-18-fix-spf-sample-endash-hyphen

Fix SPF sample: change en dash to hyphen-minus
This commit is contained in:
baknu
2025-10-01 17:06:20 +02:00
committed by GitHub

View File

@ -46,7 +46,7 @@ When using a wildcard selector to set an empty public key, you indicate that all
## SPF ## SPF
Set an an empty policy (not mentioning any ip-adresses or hostnames which are allowed to send mail) and a hard fail. Set an an empty policy (not mentioning any ip-adresses or hostnames which are allowed to send mail) and a hard fail.
`example.nl. IN TXT "v=spf1 all"` `example.nl. IN TXT "v=spf1 -all"`
# Domain without a website # Domain without a website
Apply the following settings to domains not using a website. Apply the following settings to domains not using a website.