X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=blobdiff_plain;f=common%2Fmisc_spam;h=be2490877021757660bcbcfe843bb8cb30923a19;hp=d4d8e354f1b6ead31cbc2ce139d8bfd23271cd27;hb=19b2f7efa74d1ef583814f3561a53cebe702853c;hpb=4f224a011cf2bd79a94ee463c2203b5a6ffe7bbb diff --git a/common/misc_spam b/common/misc_spam index d4d8e35..be24908 100644 --- a/common/misc_spam +++ b/common/misc_spam @@ -438,3 +438,24 @@ score CTBDN 0.5 body NUMEMAIL /\d{3,}\s+emails?/i describe NUMEMAIL Mail which mentions some number of e-mail addresses score NUMEMAIL 2 + +# don 2009-11-25 +header YAHOOCALENDAR X-Yahoo-Calendar-IId: =~ /./ +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 +