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:
authorWolfgang Karall-Ahlborn <wolfgangkarall@users.noreply.github.com>2021-03-10 00:42:01 +0300
committerWolfgang Karall-Ahlborn <wolfgangkarall@users.noreply.github.com>2021-03-10 00:43:23 +0300
commit5f691a209cece212b736507c7333b2be8e4cf617 (patch)
treead76a112df1080a6ea18cf776dae65eaaed003ff /dmarcts-report-viewer-config.php.sample
parentc1ab7fab9e6eea8374dbc609a8590d814fc6937d (diff)
Make $dmarc_results_matching_only a config variable.
The default behavior is unchanged, i.e. without explicitly setting the variable all records of a reports are shown.
Diffstat (limited to 'dmarcts-report-viewer-config.php.sample')
-rw-r--r--dmarcts-report-viewer-config.php.sample3
1 files changed, 3 insertions, 0 deletions
diff --git a/dmarcts-report-viewer-config.php.sample b/dmarcts-report-viewer-config.php.sample
index d7f57c1..d74de4a 100644
--- a/dmarcts-report-viewer-config.php.sample
+++ b/dmarcts-report-viewer-config.php.sample
@@ -32,4 +32,7 @@ $default_sort = 1; // Report listing Start Date: 1=ASCdending 0=DESCending (ASC
// - OTHER_CONDITION
// $default_dmarc_result = 'DKIM_AND_SPF_FAIL';
+// show only records of a report that match the 'DMARC Result' drop-down?
+// $dmarc_results_matching_only = 0;
+
?>