diff options
author | Chris Rees <crees@FreeBSD.org> | 2023-06-25 16:08:49 +0100 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2023-06-25 16:38:46 +0100 |
commit | 62e8b9119097a852ae34082eb65111449714051a (patch) | |
tree | 760713aefddc322431f8ff918e01e79421b1f070 /mail/Makefile | |
parent | a4dc07b5ab2376a35419712f2c9e359621bdd328 (diff) | |
download | freebsd-ports-62e8b9119097a852ae34082eb65111449714051a.zip |
mail/dmarcts-report-parser: New port
A Perl based tool to parse DMARC reports, based on John Levine's rddmarc,
but extended by the following features:
Allow to read messages from an IMAP server and not only from
the local filesystem.
Store much more XML values into the database (for example the
missing SPF and DKIM results from the policy_evaluated section)
and also the entire XML for later reference.
Supports MySQL and PostgreSQL.
Needed database tables and columns are created automatically,
database by themselves.
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 32b5ef3550d0..19e518a9ffd7 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -97,6 +97,7 @@ SUBDIR += dkfilter SUBDIR += dkimproxy SUBDIR += dma + SUBDIR += dmarcts-report-parser SUBDIR += dot-forward SUBDIR += dovecot SUBDIR += dovecot-coi |