mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-04-23 13:59:31 +00:00
Add DMARCbis fields (np, psd, t) to aggregate reports and rename forensic→failure in core parsing
Co-authored-by: seanthegeek <44679+seanthegeek@users.noreply.github.com>
This commit is contained in:
committed by
Sean Whalen
parent
59d6da74c8
commit
f3b583cef0
@@ -2333,10 +2333,10 @@ def save_output(
|
||||
*,
|
||||
output_directory: str = "output",
|
||||
aggregate_json_filename: str = "aggregate.json",
|
||||
failure_json_filename: str = "forensic.json",
|
||||
failure_json_filename: str = "failure.json",
|
||||
smtp_tls_json_filename: str = "smtp_tls.json",
|
||||
aggregate_csv_filename: str = "aggregate.csv",
|
||||
failure_csv_filename: str = "forensic.csv",
|
||||
failure_csv_filename: str = "failure.csv",
|
||||
smtp_tls_csv_filename: str = "smtp_tls.csv",
|
||||
):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user