Releases: omniomi/PSMailTools
Releases · omniomi/PSMailTools
0.1.2
- [Feature] Test-SPFRecord : Added -FindIp which will recursively follow the SPF record for a domain and determine if the specified IP is covered anywhere in the record.
- [Improvement] ConvertTo-SPFTree : Changed an internal System.Array object to a 'System.Collections.Generic.List[System.Object]' object to improve performance for large records.
- [Bug Fix] ConvertTo-SPFTree : Fixed an issue with the display of mx mechanisms when a domain has more than one mx record.
- [Documentation] updated Test-SPFRecord documentation / help.