]> git.donarmstrong.com Git - spamassassin_config.git/blobdiff - common/misc_spam
* block mail from constant contact
[spamassassin_config.git] / common / misc_spam
index 46505b070a3638040f3e19efb21decc9959984b8..7b174a429c9115878359fe3033f0d2c2274efe5c 100644 (file)
@@ -378,4 +378,28 @@ score ENTIST           2
 
 header THREADTOPIC     thread-topic =~ /./i
 describe THREADTOPIC   Has a thread topic header
-score THREADTOPIC      4
+score THREADTOPIC      2
+
+# [2009-04-14 cord]
+# replacing old aol-rules from rc.spam
+
+header AOL_SPAM1       from =~ /[0-9].*\@([^\@]+\.)?aol\.com/i
+describe AOL_SPAM1     possible AOL-pretending spam, matching rule 1
+score AOL_SPAM1                1
+
+header AOL_SPAM2       from =~ /...........*\@([^\@]+\.)?aol\.com/i
+describe AOL_SPAM2     possible AOL-pretending spam, matching rule 2
+score AOL_SPAM2                1
+
+header AOL_SPAM3       from =~ /.?.?\@([^\@]+\.)?aol\.com/i
+describe AOL_SPAM3     possible AOL-pretending spam, matching rule 3
+score AOL_SPAM3                1
+
+header AOL_SPAM4       from =~ /[^a-zA-Z0-9]+.*\@([^\@]+\.)?aol\.com/i
+describe AOL_SPAM4     possible AOL-pretending spam, matching rule 4
+score AOL_SPAM4                1
+
+# don 2009-07-06
+header CONSTCONTACT    X-Mailer =~ /Constant Contact/i
+describe CONSTCONTACT  Mail comming from constant contact, which doesn't require double opt-in
+score CONSTCONTACT     5