X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=blobdiff_plain;f=common%2Fmisc_spam;h=fcba986fc46a89122de9d16a144c9f3ab09ec6bd;hp=93f0ce349c37c1b8b0428ceb8e4f53817408bf37;hb=53fbd50be4c755fbe4bb02052f8065d64389cb2c;hpb=34d9d93ffe5629dd86e1fc168b1a6557a2c71a3d diff --git a/common/misc_spam b/common/misc_spam index 93f0ce3..fcba986 100644 --- a/common/misc_spam +++ b/common/misc_spam @@ -22,7 +22,7 @@ describe GUEBDE www.geub.de score GUEBDE 5 # Don 2008-06-27 -rawbody PGPSIGNATURE /-----BEGIN PGP SIGNATURE-----/ +full PGPSIGNATURE /-----BEGIN PGP SIGNATURE-----/ describe PGPSIGNATURE Has a pgp signature (may not be valid, but who cares?) score PGPSIGNATURE -5 @@ -415,7 +415,7 @@ describe INFOCOUK to info@co.uk score INFOCOUK 3 # blarson 2009-05-27 -body EXITAT /\bexit\@(?:datalistsource|listsourcesworld)\.com\b/ +body EXITAT /\bexit\@(?:datalistsource|listsourcesworld|BestAccurateReliable)\.com\b/i describe EXITAT exit@datalistsource.com score EXITAT 3 @@ -428,3 +428,31 @@ score TOINFO 1 header CONSTCONTACT X-Mailer =~ /Constant Contact/i describe CONSTCONTACT Mail comming from constant contact, which doesn't require double opt-in score CONSTCONTACT 5 + +# blarson 2009-08-16 +meta CTBDN (CT_IMAGE && MIXEDBDN) +describe CTBDN CT_IMAGE && MIXEDBDN +score CTBDN 0.5 + +# don 2009-09-22 +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 + + +