diff options
Diffstat (limited to 'conf/composites.conf')
-rw-r--r-- | conf/composites.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/composites.conf b/conf/composites.conf index 948ed9642..b0c8d68f6 100644 --- a/conf/composites.conf +++ b/conf/composites.conf @@ -143,6 +143,13 @@ composites { score = 0.0; # To negate LEAKED_PASSWORD_SCAM } + IP_SCORE_FREEMAIL { + description = "Negate IP_SCORE when message comes from FreeMail"; + expression = "FREEMAIL_FROM & IP_SCORE"; + score = 0.0; + policy = "remove_weight"; + } + .include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/composites.conf" .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/composites.conf" } |