[PR #41] [MERGED] Addition of DMARC functionality #52

Closed
opened 2026-02-25 21:30:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/charlesabarnes/SPFtoolbox/pull/41
Author: @ErikLentz
Created: 2/6/2020
Status: Merged
Merged: 8/2/2020
Merged by: @charlesabarnes

Base: masterHead: master


📝 Commits (7)

📊 Changes

4 files changed (+25 additions, -0 deletions)

View changed files

📝 index.php (+5 -0)
📝 javascript/main.js (+3 -0)
operations/Dmarc.php (+13 -0)
📝 operations/index.php (+4 -0)

📄 Description

Hi there,

This is my first proper attempt at a pull request, so forgive me if I'm making a mistake.

I thought adding DMARC functionality would be really useful. While it's possible to lookup DMARC by looking up a TXT record for _dmarc.domain.com, adding this as a separate functionality will make it more user-friendly and give it more parity with other websites and services.

I'm by no means a pro at PHP or JavaScript, so let me know if there's something wrong in the code.

Thanks for reading,
Erik Lentz


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/charlesabarnes/SPFtoolbox/pull/41 **Author:** [@ErikLentz](https://github.com/ErikLentz) **Created:** 2/6/2020 **Status:** ✅ Merged **Merged:** 8/2/2020 **Merged by:** [@charlesabarnes](https://github.com/charlesabarnes) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (7) - [`fb4b805`](https://github.com/charlesabarnes/SPFtoolbox/commit/fb4b80520d004be94696e15ba9467f48bf40b634) Added functionality for DMARC records with appropriate description - [`c564612`](https://github.com/charlesabarnes/SPFtoolbox/commit/c564612172820b7b91616f2a2e1cc7cc60ce6ab1) Fully implemented DMARC; tested functional - [`407f3e1`](https://github.com/charlesabarnes/SPFtoolbox/commit/407f3e1ba56fd10a817e7c6b942ed022f2aecd7d) Copyright addition for DMARC functionality - [`e52bdca`](https://github.com/charlesabarnes/SPFtoolbox/commit/e52bdca17cfcb5f03ac773210b7d7c1413298ab1) Formatting cleanup on the DMARC addition section - [`316cec4`](https://github.com/charlesabarnes/SPFtoolbox/commit/316cec496514688e9b60840c7175c54dd94685e3) Merge branch 'master' of https://github.com/ErikLentz/SPFtoolbox - [`c1c6702`](https://github.com/charlesabarnes/SPFtoolbox/commit/c1c6702f87b7673f59080ed9dd2eca62252c40ab) Update LICENSE - [`5a1757e`](https://github.com/charlesabarnes/SPFtoolbox/commit/5a1757e2eec7f390bdd393a1659bc6d56d47373b) DMARC functionality cleanup ### 📊 Changes **4 files changed** (+25 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `index.php` (+5 -0) 📝 `javascript/main.js` (+3 -0) ➕ `operations/Dmarc.php` (+13 -0) 📝 `operations/index.php` (+4 -0) </details> ### 📄 Description Hi there, This is my first proper attempt at a pull request, so forgive me if I'm making a mistake. I thought adding DMARC functionality would be really useful. While it's possible to lookup DMARC by looking up a TXT record for _dmarc.domain.com, adding this as a separate functionality will make it more user-friendly and give it more parity with other websites and services. I'm by no means a pro at PHP or JavaScript, so let me know if there's something wrong in the code. Thanks for reading, Erik Lentz --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:30:57 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SPFtoolbox#52
No description provided.