From: Alexander Wirt Date: Sat, 5 Dec 2009 08:58:07 +0000 (+0000) Subject: Catch some lottery spam X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=commitdiff_plain;h=53fbd50be4c755fbe4bb02052f8065d64389cb2c Catch some lottery spam git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@323 0b7a5b0c-1f2c-0410-bd74-c376f8064c91 --- diff --git a/common/misc_spam b/common/misc_spam index e7a242e..fcba986 100644 --- a/common/misc_spam +++ b/common/misc_spam @@ -443,3 +443,16 @@ score NUMEMAIL 2 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 + + +