aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/composites.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/conf/composites.conf b/conf/composites.conf
index 947fa7fbb..8a00b2fd1 100644
--- a/conf/composites.conf
+++ b/conf/composites.conf
@@ -62,14 +62,16 @@ composites {
policy = "leave";
}
COMPROMISED_ACCT_BULK {
- expression = "HAS_XOIP & DCC_BULK";
- description = "Likely to be from a compromised webmail account";
+ expression = "(HAS_XOIP | RCVD_FROM_SMTP_AUTH) & DCC_BULK";
+ description = "Likely to be from a compromised account";
score = 3.0;
+ policy = "leave";
}
UNDISC_RCPTS_BULK {
expression = "DCC_BULK & (MISSING_TO | R_UNDISC_RCPT)";
description = "Missing or undisclosed recipients with a bulk signature";
score = 3.0;
+ policy = "leave";
}
.include(try=true; priority=1; duplicate=merge) "$LOCAL_CONFDIR/local.d/composites.conf"