]> git.donarmstrong.com Git - spamassassin_config.git/blobdiff - common/misc_spam
* add watinging for your reply rule
[spamassassin_config.git] / common / misc_spam
index d19e5fed403b527717cf5564790eca28f968ad65..6223627ad91a31ecb6255519babc6bc6b0c57942 100644 (file)
@@ -301,7 +301,17 @@ rawbody TINYFONT   /\bFONT-SIZE\:\s+[123]px\;/i
 describe TINYFONT      tiny font specified
 score TINYFONT         3
 
-# cord 2008-01-22
-full CASINO            /\bcasino\b/i
-describe CASINO                word casino found
-score CASINO           3
+# blarson 2008-04-03
+rawbody ZIPFILE                /\bfilename\=.*\.zip\b/i
+describe ZIPFILE       zipfile attachment
+score ZIPFILE          0.5
+
+# blarson 2008-04-19
+header SPACESUB                subject =~ /^\s\w/
+describe SPACESUB      extra space before subject
+score SPACESUB         0.5
+
+# don 2008-05-04
+header YAHOOCALENDAR   X-Yahoo-Newman-Property: =~ /calendar-invite/i
+describe YAHOOCALENDAR Calendar invite from yahoo; broken captcha
+score YAHOOCALENDAR    4