mirror of
https://github.com/charlesabarnes/SPFtoolbox.git
synced 2026-04-25 03:16:18 +03:00
[PR #41] [MERGED] Addition of DMARC functionality #52
Labels
No labels
Good First Issue
bug
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SPFtoolbox#52
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:master📝 Commits (7)
fb4b805Added functionality for DMARC records with appropriate descriptionc564612Fully implemented DMARC; tested functional407f3e1Copyright addition for DMARC functionalitye52bdcaFormatting cleanup on the DMARC addition section316cec4Merge branch 'master' of https://github.com/ErikLentz/SPFtoolboxc1c6702Update LICENSE5a1757eDMARC functionality cleanup📊 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.