From: Vsevolod Stakhov Date: Wed, 17 Jul 2019 15:21:07 +0000 (+0100) Subject: [Conf] Add BROKEN_HEADERS_MAILLIST composite X-Git-Tag: 2.0~556 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7fe418890c736c074cceec0483a5affb7eecf220;p=rspamd.git [Conf] Add BROKEN_HEADERS_MAILLIST composite --- diff --git a/conf/composites.conf b/conf/composites.conf index 0f1561017..77332b27f 100644 --- a/conf/composites.conf +++ b/conf/composites.conf @@ -142,6 +142,13 @@ composites { score = 0.0; policy = "remove_weight"; } + BROKEN_HEADERS_MAILLIST { + description = "Negate BROKEN_HEADERS when message comes via some mailing list"; + expression = "BROKEN_HEADERS & -MAILLIST"; + 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"