commit 7fe4188: [Conf] Add BROKEN_HEADERS_MAILLIST composite

Vsevolod Stakhov vsevolod at highsecure.ru
Wed Jul 17 15:28:07 UTC 2019


Author: Vsevolod Stakhov
Date: 2019-07-17 16:21:07 +0100
URL: https://github.com/rspamd/rspamd/commit/7fe418890c736c074cceec0483a5affb7eecf220 (HEAD -> master)

[Conf] Add BROKEN_HEADERS_MAILLIST composite

---
 conf/composites.conf | 7 +++++++
 1 file changed, 7 insertions(+)

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"


More information about the Commits mailing list