Herron has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/370040 )
Change subject: Change wikipedia.org SPF record to soft fail (~all) ...................................................................... Change wikipedia.org SPF record to soft fail (~all) The current wikipedia.org SPF record is neutral (?all). This is interpreted similarly to not having a SPF record defined. Soft fail suggests that messages originating from unlisted systems are suspect without rejecting them outright. Mail systems should accept but flag these messages, improving detection of emails sent with a wikipedia.org envelope-from address through an unlisted mail relay. A common attribute of spam and phishing emails. Bug: T170891 Change-Id: I622565863c2b92c036c11e15200e872874ca99a5 --- M templates/wikipedia.org 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Reedy: Looks good to me, but someone else must approve Herron: Looks good to me, approved jenkins-bot: Verified diff --git a/templates/wikipedia.org b/templates/wikipedia.org index 8c7acc4..58c601e 100644 --- a/templates/wikipedia.org +++ b/templates/wikipedia.org @@ -29,7 +29,7 @@ _dmarc 600 IN TXT "v=DMARC1; p=none; sp=none; rua=mailto:dmarc-...@wikimedia.org; ruf=mailto:dmarc-...@wikimedia.org;" ; SPF records -@ 600 IN TXT "v=spf1 include:wikimedia.org ?all" +@ 600 IN TXT "v=spf1 include:wikimedia.org ~all" ; CAA records ; issue globalsign.com, issue digicert.com, iodef "mailto:dns-ad...@wikimedia.org" -- To view, visit https://gerrit.wikimedia.org/r/370040 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I622565863c2b92c036c11e15200e872874ca99a5 Gerrit-PatchSet: 2 Gerrit-Project: operations/dns Gerrit-Branch: master Gerrit-Owner: Herron <kher...@wikimedia.org> Gerrit-Reviewer: Herron <kher...@wikimedia.org> Gerrit-Reviewer: Reedy <re...@wikimedia.org> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits