mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-02-17 07:03:58 +00:00
* fix minor bugs during smtp-tls parsing, add docker-compose for local elasticsearch, add smtp-tls tests * fix wrong log message parameter * fix wrong log message * add contact-info to smtp tls report, fix wrong fieldnames * fix wrong fieldnames * fix wrong index name for search * at least for some reporting organizations the field sending-mta-ip is optional... * add missing fields to elasticsearch for smtp tls * failure_details is a list, add more test cases * fix wrong name in ci.ini
33 lines
975 B
JSON
33 lines
975 B
JSON
{
|
|
"contact-info": "tls_support@corp.mail.ru",
|
|
"date-range": {
|
|
"end-datetime": "2024-02-23T00:00:00Z",
|
|
"start-datetime": "2024-02-22T00:00:00Z"
|
|
},
|
|
"organization-name": "Mail.ru",
|
|
"policies": [
|
|
{
|
|
"failure-details": [
|
|
{
|
|
"failed-session-count": 1,
|
|
"failure-reason-code": "bad https response code: 404",
|
|
"result-type": "sts-policy-fetch-error"
|
|
},
|
|
{
|
|
"failed-session-count": 1,
|
|
"failure-reason-code": "bad https response code: 500",
|
|
"result-type": "sts-policy-fetch-error"
|
|
}
|
|
],
|
|
"policy": {
|
|
"policy-domain": "example.com",
|
|
"policy-type": "sts"
|
|
},
|
|
"summary": {
|
|
"total-failure-session-count": 1,
|
|
"total-successful-session-count": 0
|
|
}
|
|
}
|
|
],
|
|
"report-id": "b28254de-7b2e-be36-bb5c-4c3b92da8b25@mail.ru"
|
|
} |