Skip to content

Commit

Permalink
Merge pull request #314 from nithinnara/patch-1
Browse files Browse the repository at this point in the history
Update check-ORCA102.ps1
  • Loading branch information
cammurray authored Jun 20, 2024
2 parents 60eea29 + 7071a54 commit e815451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Checks/check-ORCA102.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class ORCA102 : ORCACheck
$this.Name="Advanced Spam Filter (ASF)"
$this.PassText="Advanced Spam filter options are turned off"
$this.FailRecommendation="Turn off Advanced Spam filter (ASF) options in Anti-Spam filter policies"
$this.Importance="Settings in the Advanced Spam Filter (ASF) are currently being deprecated. It is recommended to disable ASF settings."
$this.Importance="Enabling one or more of the ASF settings is an aggressive approach to spam filtering that can often cause false positives. The effectiveness of these settings in reducing spam has severely declined over the years. Use them with caution."
$this.ExpandResults=$True
$this.CheckType=[CheckType]::ObjectPropertyValue
$this.ObjectType="Policy"
Expand Down Expand Up @@ -354,4 +354,4 @@ class ORCA102 : ORCACheck

}

}
}

0 comments on commit e815451

Please sign in to comment.