]> git.donarmstrong.com Git - spamassassin_config.git/blobdiff - common/misc_spam
Score To lines in the form of 'foo@bar.de, bar@baz.de, ..' with more than 15 recips
[spamassassin_config.git] / common / misc_spam
index 2034db2e11fab373e597c8a06ea9b81eb39f975a..76e242e4ca8a8db4d6189bbf18f8ccc5b2881bff 100644 (file)
@@ -415,7 +415,7 @@ describe INFOCOUK   to info@co.uk
 score INFOCOUK         3
 
 # blarson 2009-05-27
-body EXITAT            /\bexit\@(?:datalistsource|listsourcesworld|BestAccurateReliable)\.com\b/i
+body EXITAT            /\b(?:exit|rembox)\@(?:datalistsource|listsourcesworld|BestAccurateReliable|expertdatasystems|bestbizlists)\.\b/i
 describe EXITAT                exit@datalistsource.com
 score EXITAT           3
 
@@ -441,5 +441,30 @@ score NUMEMAIL             2
 
 # don 2009-11-25
 header YAHOOCALENDAR   X-Yahoo-Calendar-IId: =~ /./
-describe YAHOOOCALENDAR        Mail comming from yahoo calendar, which spams us with updates
+describe YAHOOCALENDAR Mail comming from yahoo calendar, which spams us with updates
 score YAHOOCALENDAR    5
+
+# alex 2009-12-05
+header TLOTTERY            subject =~ /Ticket no: [0-9]+/i
+describe TLOTTERY          Lottery spam
+score TLOTTERY             3
+
+# alex 2009-12-05
+header GLOTTERY            subject =~ /Google_L_o_t_t_e_r_y_W_i_n_n_e_r_s/i
+describe GLOTTERY          Google Lottery spam
+score GLOTTERY             3
+
+# alex 2009-12-16 
+header DOTNET             subject =~ /Planning a Website Design\? Updates/
+describe DOTNET                   .NET Spam
+score DOTNET              3
+
+# blarson 2009-12-08
+body REMBOX            /\brembox\@/
+describe REMBOX                rembox
+score REMBOX           3
+
+# formorer 2010-01-23
+header LONGTO           to =~ /([\S]+, ){15,}/
+describe LONGTO                very long To line
+score LONGTO           3