# dmarcts-report-parser
#
# Please configure dmarcts-report-parser in /etc/dmarc-report-parser.conf. Test
# your config with:
#
# $ dmarcts-report-parser <DMARCTS_PARSER_OPTIONS>
#
# Only once everything works as expected, enable the regular execution via the below
# IS_CONFIGURED variable.
#
# This tool/script is run via CRON only if the below IS_CONFIGURED variable is set to "1"
IS_CONFIGURED="not-yet"

# account under which to run the dmarcts-report-parser CRON job
DMARCTS_USER="_dmarcts"

# any additional options you want to provide
DMARCTS_PARSER_OPTIONS="-i"
