Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/techsneeze/dmarcts-report-viewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTechSneeze <dave@techsneeze.com>2016-03-11 05:04:15 +0300
committerTechSneeze <dave@techsneeze.com>2016-03-11 05:04:15 +0300
commit7a538144c048c61440a11c3d6a16ca1c56e87963 (patch)
tree4ef866acc9336d7dbe298691d74e4faa7fe86422 /README.md
parent10b499784bf02b0018f57853bbb8554f0825ca2a (diff)
Added meaning of the colors in the report.
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.md b/README.md
index fc4dd28..fad7eb8 100644
--- a/README.md
+++ b/README.md
@@ -16,11 +16,18 @@ $dbuser="dmarc";
$dbpass="xxx";
```
-Ensure that `dmarcts-report-viewer-config.php` and `dmarcts-report-viewer.php` are in the same folder.
+Ensure that `dmarcts-report-viewer-config.php`, `dmarcts-report-viewer.php`, anf `default.css` are in the same folder.
## Usage
-Navigate in your browser to the location of the `dmarcts-report-viewer.php` file.
+Navigate in your browser to the location of the `dmarcts-report-viewer.php` file.
You should be presented with the basic report view, allowing you to navigate through the reports that have been parsed.
+### Meaning of the Colors
+* Green : DKIM and SPF = pass
+* Red : DKIM and SPF = fail
+* Orange : Either DKIM or SPF (but not both) = fail
+* Yellow : Some other condition, and should be investigated (e.g. DKIM or SPF result were missing)
+
+
More info can currently be found at : [TechSneeze.com](http://www.techsneeze.com/dmarc-report/)