diff options
Diffstat (limited to 'conf/composites.conf')
-rw-r--r-- | conf/composites.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/conf/composites.conf b/conf/composites.conf index dc72ec15f..f414fa9f0 100644 --- a/conf/composites.conf +++ b/conf/composites.conf @@ -48,8 +48,7 @@ composite "AUTH_NA" { score = 1.0; policy = "remove_weight"; } -composite { - name = "DKIM_MIXED"; +composite "DKIM_MIXED" { expression = "-R_DKIM_ALLOW & (R_DKIM_DNSFAIL | R_DKIM_PERMFAIL | R_DKIM_REJECT)" policy = "remove_weight"; } |