Menu

Tree [2ac56f] master /
 History

HTTPS access


File Date Author Commit
 .github 2019-11-04 Zulu Labs Dev Team Zulu Labs Dev Team [ea47c8] sponsor link
 .gitignore 2018-05-17 tothebeatCEO tothebeatCEO [5a8cfa] first admin-user functioin
 LICENSE 2018-05-17 ToTheBeat.CEO ToTheBeat.CEO [a38342] Initial commit
 README.md 2019-11-05 ToTheBeat.CEO ToTheBeat.CEO [2ac56f] link fix
 Trusted-Sender-DMARC.php 2019-10-05 ToTheBeat.CEO ToTheBeat.CEO [427b81] Tidy up changes
 call.php 2019-10-05 ToTheBeat.CEO ToTheBeat.CEO [26eb42] fixed some typos
 composer.json 2019-10-05 ToTheBeat.CEO ToTheBeat.CEO [adb3bc] Update composer.json
 example.php 2019-10-05 ToTheBeat.CEO ToTheBeat.CEO [708396] finalise example

Read Me

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.
Donate using Liberapay

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) tothebeat.ceo@gmail.com
  • 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!!!

"zululabs/zulu-trusted-sender": "v1.0.2"

or run

composer require zululabs/zulu-trusted-sender

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