aboutsummaryrefslogtreecommitdiffstats
path: root/mail/dmarcts-report-parser/pkg-descr
blob: abfd57edba27408542ebbf514fa9b33a29d9d213 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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,
    user only needs to provide a database. The database schema is
    compatible to the one used by rddmarc, but extends it by
    additional fields.  Users can switch from rddmarc to
    dmarcts-report-parser without having to do any changes to the
    database by themselves.