]> source.dussan.org Git - rspamd.git/commitdiff
[Rules] Add thread hijacking composite rule
authortwesterhever <40121680+twesterhever@users.noreply.github.com>
Fri, 2 Jun 2023 10:19:30 +0000 (10:19 +0000)
committertwesterhever <40121680+twesterhever@users.noreply.github.com>
Fri, 2 Jun 2023 10:19:30 +0000 (10:19 +0000)
conf/composites.conf

index 19a2187e6ea0e0e9fc1ce8abefe4b0a8b402e77b..7fe41766837d53e0bec7aea0a9a2992032ace2a7 100644 (file)
@@ -160,6 +160,13 @@ composites {
     policy = "leave";
     description = "Message only contains a redirector URL";
   }
+  THREAD_HIJACKING_FROM_INJECTOR {
+    expression = "FAKE_REPLY & RCVD_VIA_SMTP_AUTH & (!RECEIVED_SPAMHAUS_PBL | RECEIVED_SPAMHAUS_XBL | RECEIVED_SPAMHAUS_SBL)";
+    score = 2.0;
+    policy = "leave";
+    description = "Fake reply exhibiting characteristics of being injected into a compromised mail server, possibly e-mail thread hijacking";
+    group = "compromised_hosts";
+  }
 
   .include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/composites.conf"
   .include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/composites.conf"