From: Andrew Lewis Date: Wed, 8 Apr 2015 15:44:58 +0000 (+0200) Subject: Don't score RECEIVED_SPAMHAUS_XBL if we have RBL_SPAMHAUS_XBL X-Git-Tag: 0.9.0~285^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F260%2Fhead;p=thirdparty%2Frspamd.git Don't score RECEIVED_SPAMHAUS_XBL if we have RBL_SPAMHAUS_XBL --- diff --git a/conf/composites.conf b/conf/composites.conf index abb43f5029..35c23c3753 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"; +}