liuch / dmarc-srg

A php parser, viewer and summary report generator for incoming DMARC reports.
GNU General Public License v3.0
218 stars 32 forks source link

NP tag, quick fix #70

Closed bramptonjp closed 1 year ago

bramptonjp commented 1 year ago

You can fix this issue with the following

260                 'NP'     => 'policy_np'
292         'policy_np'    => [ 'parent' => 'p_p', 'header' => true, 'default' => null ],
liuch commented 1 year ago

Duplicate of #68