Skip to content

Commit

Permalink
Update Rule “email-security-spf-dkim-dmarc/rule” (#7185)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrookJeynes authored Nov 6, 2023
1 parent 88ea3ff commit c2960cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rules/email-security-spf-dkim-dmarc/rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ SPF is an email authentication method designed to prevent spammers from sending
1. Identify the mail servers that are authorized to send email on behalf of your domain.
2. Create an SPF record in the DNS for your domain. The record might look something like:

```
```bash
v=spf1 ip4:192.0.2.0/24 ip4:198.51.100.123 a -all
```

Expand All @@ -51,7 +51,7 @@ DMARC unifies the SPF and DKIM authentication mechanisms into a common framework
1. Ensure SPF and DKIM are in place.
2. Create a DMARC policy record, which will look something like:

```
```bash
v=DMARC1; p=none; rua=mailto:[email protected]
```

Expand Down

0 comments on commit c2960cd

Please sign in to comment.