diff --git a/_modules/index.html b/_modules/index.html index d486ae4..714f1c3 100644 --- a/_modules/index.html +++ b/_modules/index.html @@ -8,7 +8,7 @@ -
If you are looking for SPF and DMARC record validation and parsing, +check out the sister project, checkdmarc.
+Here are the results from parsing the example @@ -423,7 +429,7 @@ above commands.
parsedmarc.parsed_aggregate_report_to_csv(_input)[source]¶parsedmarc.parsed_aggregate_report_to_csv(reports)[source]¶
Converts one or more parsed aggregate reports to flat CSV format, including headers
| Parameters: | _input – A parsed aggregate report or list of parsed aggregate reports | +
|---|---|
| Parameters: | reports – A parsed aggregate report or list of parsed aggregate reports |
| Returns: | Parsed aggregate report data in flat CSV format, including headers |
parsedmarc.parsed_dmarc_forensic_reports_to_csv(reports)[source]¶Converts one or more parsed forensic reports to flat CSV format, including +headers
+| Parameters: | reports – A parsed forensic report or list of parsed forensic reports | +
|---|---|
| Returns: | Parsed forensic report data in flat CSV format, including headers | +
| Return type: | str | +