mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-03-19 04:55:58 +00:00
fix startup bug
Pretty silly typo means `parsedmarc` completely fails unless `parsedmarc.ini` has `general.aggregate_json_filename` explicitly set
This commit is contained in:
committed by
GitHub
parent
4c5a266f19
commit
a10e6592fe
@@ -222,7 +222,7 @@ def _main():
|
||||
strip_attachment_payloads=args.strip_attachment_payloads,
|
||||
output=args.output,
|
||||
aggregate_csv_filename=args.aggregate_csv_filename,
|
||||
aggreate_json_filename=args.aggregate_json_filename,
|
||||
aggregate_json_filename=args.aggregate_json_filename,
|
||||
forensic_csv_filename=args.forensic_csv_filename,
|
||||
forensic_json_filename=args.forensic_json_filename,
|
||||
nameservers=args.nameservers,
|
||||
|
||||
Reference in New Issue
Block a user