summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/composites.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/composites.conf b/conf/composites.conf
index abb43f502..35c23c375 100644
--- a/conf/composites.conf
+++ b/conf/composites.conf
@@ -12,3 +12,7 @@ composite {
name = "FORGED_MUA_OUTLOOK_MAILLIST";
expression = "FORGED_MUA_OUTLOOK and MAILLIST";
}
+composite {
+ name = "RBL_SPAMHAUS_XBL";
+ expression = "-RBL_SPAMHAUS_XBL & RECEIVED_SPAMHAUS_XBL";
+}