Skip to content

Commit b5c601a

Browse files
edevilkodster28
andcommitted
Update src/content/docs/email-routing/postmaster.mdx
Co-authored-by: Kody Jackson <[email protected]>
1 parent 2340807 commit b5c601a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/content/changelog/email-routing/2025-06-30-mail-authentication.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ honors these protocols when the sending domain has them configured. However, if
99
we still forward the emails to upstream mailbox providers.
1010

1111
Starting on July 3, 2025, we will require all emails to be authenticated using at least one of the protocols, SPF or DKIM, to
12-
forward them. We alsostrongly recommend that all senders implement the DMARC protocol.
12+
forward them. We also strongly recommend that all senders implement the DMARC protocol.
1313

1414
If you are using a Worker with an Email trigger to receive email messages and forward them upstream, you will need to handle the case where
1515
the forward action may fail due to missing authentication on the incoming email.
1616

1717
SPAM has been a long-standing issue with email. By enforcing mail authentication, we will increase the efficiency of identifying abusive senders and blocking
1818
bad emails.
1919
If you're an email server delivering emails to large mailbox providers, it's likely you already usethese protocols; otherwise, please ensure
20-
you have them properly configured.
20+
you have them properly configured.

src/content/docs/email-routing/postmaster.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ It is recommended that all senders implement the DMARC protocol in order to succ
5353

5454
### Mail authentication requirement
5555

56-
Starting on 2025-07-03, Cloudflare will require emails to either pass SPF verification or be correctly DKIM-signed to forward them. Having DMARC configured will also have a positive impact and is recommended.
56+
Cloudflare requires emails to [pass some form of authentication](/changelog/email-routing/2025-06-30-mail-authentication/), either pass SPF verification or be correctly DKIM-signed to forward them. Having DMARC configured will also have a positive impact and is recommended.
5757

5858
### IPv6 support
5959

0 commit comments

Comments
 (0)