From 617c419902eaafb0c930d67ec7a857cc795c4bcd Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sun, 9 Sep 2007 14:38:12 +0000 Subject: [PATCH] * Add changes from blars to common_rbl and common_spam git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@9 0b7a5b0c-1f2c-0410-bd74-c376f8064c91 --- common/common_rbl | 4 ++++ common/common_spam | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/common/common_rbl b/common/common_rbl index 229d836..bf23fa8 100644 --- a/common/common_rbl +++ b/common/common_rbl @@ -1,3 +1,7 @@ +# spamassasin rules duplicate +score RCVD_IN_XBL 0 +score RCVD_IN_SBL 0 + # blarson 2004-11-20 header RCVD_IN_SBLXBL eval:check_rbl('SBLXBL', 'sbl-xbl.spamhaus.org') describe RCVD_IN_SBLXBL listed in spamhaus.org sbl-xbl diff --git a/common/common_spam b/common/common_spam index 1541d09..4d77331 100644 --- a/common/common_spam +++ b/common/common_spam @@ -11,6 +11,10 @@ include misc_spam include money_spam +include url_spam + +include virus_spam + meta DIGEST_MULTIPLE RAZOR2_CHECK + PYZOR_CHECK > 1 describe DIGEST_MULTIPLE Message hits more than one network digest check tflags DIGEST_MULTIPLE net -- 2.39.2