aboutsummaryrefslogtreecommitdiffstats
path: root/conf/composites.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/composites.conf')
-rw-r--r--conf/composites.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/composites.conf b/conf/composites.conf
index 89f03790e..83ae88e47 100644
--- a/conf/composites.conf
+++ b/conf/composites.conf
@@ -101,6 +101,11 @@ composites {
description = "Message was generated by PHP script and contains some spam indicators";
score = 1.0;
}
+ PHISH_EMOTION {
+ expression = "(HACKED_WP_PHISHING | DBL_PHISH | PHISHED_OPENPHISH | PHISHED_PHISHTANK) & (SUBJECT_ENDS_QUESTION | SUBJECT_ENDS_EXCLAIM)";
+ description = "Phish message with subject trying to address users emotion";
+ score = 2.0;
+ }
.include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/composites.conf"
.include(try=true; priority=10) "$LOCAL_CONFDIR/override.d/composites.conf"