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-12 09:51:45 +0300
committerTechSneeze <dave@techsneeze.com>2016-03-12 09:51:45 +0300
commit3ad0691eec809b075b78a4e060ae5098376a031c (patch)
treedc587c32897f1371aa276031072a753432a08205
parentac8d2d552c7a13242e112f164ed06a062c790777 (diff)
Fixed some of the wording.
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 52b0505..c2a6613 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ Once the php files ave been downloaded, you will need to copy `dmarcts-report-vi
cp dmarcts-report-viewer-config.php.sample dmarcts-report-viewer-config.php
```
-Next, edit these basic configuration options at the top of the `dmarcts-report-viewer-config.php` script with the appropriate information:
+Next, edit these basic configuration options at the top of the `dmarcts-report-viewer-config.php` file with the appropriate information:
```
$dbhost="localhost";
@@ -38,7 +38,7 @@ You should be presented with the basic report view, allowing you to navigate thr
* 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)
+* Yellow : Some other condition, and should be investigated (e.g. DKIM or SPF result were missing, "softfail", "temperror", etc.)
More info can currently be found at : [TechSneeze.com](http://www.techsneeze.com/dmarc-report/)