]> git.donarmstrong.com Git - spamassassin_config.git/blobdiff - common/phrase_spam
move some of the common rbl sites around; add multi.surbl.org
[spamassassin_config.git] / common / phrase_spam
index e9d7137ea82bb454e988cc29f98ca61db1af816c..634a9ed59bbef9cea5b19a26335734a5a14a4be9 100644 (file)
@@ -814,7 +814,7 @@ describe ADEGREE    a degree
 score ADEGREE          3
 
 # blarson 2008-03-12
-rawbody PZIP           /\bfilename\=\"\w\.zip\"/
+rawbody PZIP           /\bfilename\=\"\w\w?\.zip\"/
 describe PZIP          p.zip
 score PZIP             3
 
@@ -829,6 +829,16 @@ describe SUBBODYREP        Repeated word in subject and body without spaces
 score SUBBODYREP       3
 
 # don 2008-03-19
-full MYMSNNAMEIS       /my\s+(?:msn|messenger|msn mesenger|aim|aol|screen)\s+name\s+is\s+\S+\@\S+/i
-describe MYMSNAMEIS    My screen name is foo@bar.com
-score MY MSNNAMEIS     2.5
+full MYMSNNAMEIS       /(?:add\s+me\s+on|my)\s+(?:msn|(?:live|msn|)\s*mess?enger|aim|aol|screen)\s+(?:name\s+)?(?:is)?\s+\S+\@\S+/i
+describe MYMSNNAMEIS   My screen name is foo@bar.com
+score MYMSNNAMEIS      2.5
+
+# blarson 2008-03-20
+body LONGWURL          /^[\w\-]{11,}\s+http\:\/\/[\w\.\-]{4,}\s*$/
+describe LONGWURL      longWord URL
+score LONGWURL         2
+
+# blarson 2008-03-20
+header ITCSTORE                subject =~ /ITC Store/
+describe ITCSTORE      ITC Store
+score ITCSTORE         4