Skip to content

Commit

Permalink
Merge pull request #322 from Snozzberries/ExoDns
Browse files Browse the repository at this point in the history
One more bug fix
  • Loading branch information
merill authored Jul 11, 2024
2 parents 552701f + 767efce commit 15627b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Function ConvertFrom-MailAuthenticationRecordDkim {
NameServer = $dkimSplat.Server
ErrorAction = $dkimSplat.ErrorAction
}
$dkimRecord = [SPFRecord]::new(((Resolve-Dns @dkimSplatAlt).Answers | `
$dkimRecord = [DKIMRecord]::new(((Resolve-Dns @dkimSplatAlt).Answers | `
Where-Object {$_.RecordType -eq "TXT"} | `
Where-Object {$_.Text -imatch $matchRecord}).Text)
}else{
Expand Down

0 comments on commit 15627b0

Please sign in to comment.