]> git.donarmstrong.com Git - spamassassin_config.git/blobdiff - common/misc_spam
* match amero; decrease score of deposit
[spamassassin_config.git] / common / misc_spam
index d19e5fed403b527717cf5564790eca28f968ad65..7f1a81fbf53e07100b8eb1e4cebf98bbc0ac1041 100644 (file)
@@ -19,6 +19,11 @@ body GUEBDE     /http\:\/\/www\.gueb\.de\//
 describe GUEBDE www.geub.de
 score GUEBDE    5
 
+# Don 2008-06-27
+rawbody         PGPSIGNATURE   /-----BEGIN PGP SIGNATURE-----/
+describe PGPSIGNATURE  Has a pgp signature (may not be valid, but who cares?)
+score   PGPSIGNATURE   -5
+
 
 # TODO: The rules below seem to be very similar; possibly fix them.
 
@@ -301,7 +306,22 @@ 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
+
+# blarson 2008-06-03
+header BOUNDARYID      content-type =~ /\bboundary\=\"Boundary_\(ID_/
+describe BOUNDARYID    spamware boundary
+score BOUNDARYID       0.6