From 9f7391c2ffd9786b8ac67b208ff12b6f175dd615 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 22 Sep 2011 19:25:09 +0000 Subject: [PATCH] * add blarson word-digit-digit rule git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@370 0b7a5b0c-1f2c-0410-bd74-c376f8064c91 --- common/misc_spam | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common/misc_spam b/common/misc_spam index 566c09b..06c5227 100644 --- a/common/misc_spam +++ b/common/misc_spam @@ -501,6 +501,11 @@ meta RTF_SPAM CTOCTET_STREAM && RTF_ATTACH describe RTF_SPAM Content type is octet-stream and has an RTF Attachment score RTF_SPAM 3 +# blarson 2010-10-11 +header WORDDIGDIG subject =~ /^\w{3,}\s+\d\s\d\s*$/ +describe WORDDIGDIG Word digit digit subject +score WORDDIGDIG 3 + # don 2011-06-06 header BRACE_SUBJECT Subject =~ /^\[\ [a-z0-9]{16}]\ / describe BRACE_SUBJECT 16 length word in braces in the subject -- 2.39.2