Jgreen has submitted this change and it was merged. Change subject: SPF/DKIM records for wikipedia.org and domains sharing that zonefile. ......................................................................
SPF/DKIM records for wikipedia.org and domains sharing that zonefile. Bug: T135410 Change-Id: If36d91326e575cefb060f326cfef0538022fc840 --- M templates/wikipedia.org 1 file changed, 6 insertions(+), 0 deletions(-) Approvals: Jgreen: Checked; Looks good to me, approved Faidon Liambotis: Looks good to me, but someone else must approve jenkins-bot: Verified diff --git a/templates/wikipedia.org b/templates/wikipedia.org index 40e5420..7655bd5 100644 --- a/templates/wikipedia.org +++ b/templates/wikipedia.org @@ -28,6 +28,12 @@ ; DMARC records http://dmarc.org/ -- policy none (monitor), for now _dmarc 600 IN TXT "v=DMARC1; p=none; sp=none; rua=mailto:[email protected]; ruf=mailto:[email protected];" +; SPF records +@ 600 IN TXT "v=spf1 include:wikimedia.org ?all" + +; temporary DKIM record for fundraising A/B testing, ref. T135410 +spop1024._domainkey 1H IN TXT "v=DKIM1; k=rsa; g=donate; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDpnujkAKfZWUN6W07scekor+i8wGvRGq3Ns9bk3nmgWovfbBebFwzHoNv3Oaq9VMf1cdTf53fuQY5NVZQ+hGZXqJ4mkcNJnSC0BZuGC45kUWjyOhB+Pxf0o9AuGM8QCQwm4nnvNqUe/lME7bFTzrtCSrF7sG0UxvwM2AeDEZj5NQIDAQAB" + ; Wikis (alphabetic order) arbcom-de 600 IN DYNA geoip!text-addrs -- To view, visit https://gerrit.wikimedia.org/r/298500 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: If36d91326e575cefb060f326cfef0538022fc840 Gerrit-PatchSet: 3 Gerrit-Project: operations/dns Gerrit-Branch: master Gerrit-Owner: Jgreen <[email protected]> Gerrit-Reviewer: BBlack <[email protected]> Gerrit-Reviewer: Faidon Liambotis <[email protected]> Gerrit-Reviewer: Jgreen <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
