-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When no DANE records are present for a domain with exactly one MX host, the cmdlet `Test-DaneRecords` would erroneously report the domain name when it should have reported the MX server name. For example, if contoso.com has an MX record of mail.contoso.com, and there is no DANE record, previous versions would have said "DANE records are not present for contoso.com" instead of "DANE records are not present for mail.contoso.com". The non-existence of DANE records was reported correctly, though the error message was confusing. As this is my first commit of 2024, I've updated the copyright year. I've also bumped the version number to get this out as soon as possible.
- Loading branch information
1 parent
31155b4
commit 3a63a53
Showing
5 changed files
with
17 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters