Skip to content

Commit c2125d9

Browse files
authored
Merge pull request #18 from internetstandards/gh-18-fix-spf-sample-endash-hyphen
Fix SPF sample: change en dash to hyphen-minus
2 parents d8aded7 + c27a541 commit c2125d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parked-domain-how-to.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ When using a wildcard selector to set an empty public key, you indicate that all
4646
## SPF
4747
Set an an empty policy (not mentioning any ip-adresses or hostnames which are allowed to send mail) and a hard fail.
4848

49-
`example.nl. IN TXT "v=spf1 all"`
49+
`example.nl. IN TXT "v=spf1 -all"`
5050

5151
# Domain without a website
5252
Apply the following settings to domains not using a website.

0 commit comments

Comments
 (0)