Skip to content

Commit

Permalink
Merge pull request #383 from Snozzberries/Fix#382
Browse files Browse the repository at this point in the history
Fix for bug identified by issue #382
  • Loading branch information
merill committed Jul 23, 2024
2 parents 6633fb2 + 6824ee5 commit efb3f06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ function ConvertFrom-MailAuthenticationRecordDmarc {
if (-not $ri) {
$this.warnings += "ri: No report interval set, defaults to 86400 seconds"
} else {
$this.ri = $Matches["ri"]
$this.reportFrequency = $Matches["ri"]
}

$fo = $record -match $this.matchFo
Expand Down

0 comments on commit efb3f06

Please sign in to comment.