X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=blobdiff_plain;f=common%2Fmisc_spam;h=b406bb7b1894a966bf2e9c54afe028dbbef1c530;hp=a774fef3e6dd3bd58e5e07c3d61e66f6a457fd37;hb=HEAD;hpb=e40f4b7ac5f9fc09b9ad4b49c899b15f380988a5 diff --git a/common/misc_spam b/common/misc_spam index a774fef..b406bb7 100644 --- a/common/misc_spam +++ b/common/misc_spam @@ -307,7 +307,7 @@ score TINYFONT 3 # blarson 2008-04-03 full ZIPFILE /\bfilename\=.*\.zip\b/i describe ZIPFILE zipfile attachment -score ZIPFILE 0.5 +score ZIPFILE 1 # blarson 2008-04-19 header SPACESUB subject =~ /^\s\w/ @@ -585,3 +585,23 @@ score SOLUCIONESAMB 5 header LYMBOO from =~ /\@lymboomail/ describe LYMBOO lymboomail learning spam score LYMBOO 5 + +# formorer 2015-05-14 +header LEARDINI from =~ /\@leardinigroup.com/ +describe LEARDINI Microbiologia (SIM) spam +score LEARDINI 5 + +# don 2015-10-28 +header INTERFAX from =~ /\@interfax.net/ +describe INTERFAX Interfax spam +score INTERFAX 5 + +# don 2015-10-28 +header FAX_SUBJECT subject =~ /fax/i +describe FAX_SUBJECT Interfax spam subject +score FAX_SUBJECT 1 + +meta FAX_ATTACHMENT ZIPFILE && FAX_SUBJECT && INTERFAX +describe FAX_ATTACHMENT Interfax fax attachment +score FAX_ATTACHMENT 10 +