Download the PHP package zululabs/zulu-trusted-sender without Composer
On this page you can find all versions of the php package zululabs/zulu-trusted-sender. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download zululabs/zulu-trusted-sender
More information about zululabs/zulu-trusted-sender
Files in zululabs/zulu-trusted-sender
Package zulu-trusted-sender
Short Description Check the DMARC record for p>none and pct. Important for domain protection and anti-SPOOF emails
License MIT
Homepage http://github.com/tothebeatCEO/zulu-trusted-sender
Informations about the package zulu-trusted-sender

Trusted Sender DMARC Compliance Algorythm
Part of the Trusted Email Sender Community Initiative. Please check the wiki for other development and ways you can help.
First Published May 18, 2018
- Created by ToTheBeat.CEO
- @package zululabs/zulu-trusted-sender
- @version v1.0.2
- @files Trusted-Sender-DMARC.php (main function) call.php (calling the main function) and example.php which is a form submission.
- @author Dave Barnes (tothebeatCEO/zulu-trusted-sender) [email protected]
- DMARC Check for general SPOOF protection
- Used as part if the Zulu eDM Trusted Sender Program
- Returns True if implemented with > Quarantine + pct == 100pc
-
Date: 10/09/2019 */
Use
Use this script for checking if a domain id DMARC compliant, that means, instructions are set so that no mail will be delivered if the DMARC check fails. Setting sp=none and p=reject will not pass this check.
This script is in action here Email Checker
DMARC Adoption & Research
For further links please see our wiki
This methodolgy can be applied to inbound email checks as well preventative checking.
Hopefully reducing the volume of email JUNK!!!
or run
zulu-trusted-sender v0.01
Check the DMARC record for p>none and pct. Important for domain protection and anti-SPOOF emails
zulu-trusted-sender v0.02
Readme file and example.php tidied up
zulu-trusted-sender v0.03
Added composer.json & install
zulu-trusted-sender v0.04
Function to use Hetrix tools blacklist API
zulu-trusted-sender v1.02
PHP 7.0+ compatible and final example completed