File tree 2 files changed +5
-3
lines changed 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## 1.7
4
4
5
- This release has API version 2.3.0, The ` securitytxt_errors ` and
6
- ` securitytxt_recommendations ` types were changed, and the
7
- ` record_org_domain ` was added for DMARC.
5
+ This release has API version 2.3.0:
6
+ - The ` record_org_domain ` was added for DMARC.
7
+ - An issue was fixed where the ` mx_nameservers ` field was not included in results.
8
+ - The ` securitytxt_errors ` and ` securitytxt_recommendations ` types were changed.
8
9
9
10
## 1.6.3
10
11
Original file line number Diff line number Diff line change @@ -677,6 +677,7 @@ def _get_mail_details(cls, report_table):
677
677
details = {}
678
678
details ["domain" ] = cls ._get_mail_domain (report_table )
679
679
details ["nameservers" ] = cls ._get_mail_nameservers (report_table )
680
+ details ["mx_nameservers" ] = cls ._get_mail_mx_nameservers (report_table )
680
681
details ["receiving_mailservers" ] = cls ._get_mail_mailservers (report_table )
681
682
return details
682
683
You can’t perform that action at this time.
0 commit comments