Skip to content

Commit 3f9fde6

Browse files
authored
Merge pull request #313 from thegushi/fix/issue-282-arc-pass-result
Fix arc=pass never appearing in aggregate reports (issue #282)
2 parents 14894aa + f24353e commit 3f9fde6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reports/opendmarc-reports.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ foreach (@$domainset)
722722

723723
switch ($arc)
724724
{
725-
case 1 { $arcstr = "pass"; }
725+
case 0 { $arcstr = "pass"; }
726726
else { $arcstr = "fail"; }
727727
}
728728

0 commit comments

Comments
 (0)