X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=blobdiff_plain;f=common%2Fmisc_spam;h=b406bb7b1894a966bf2e9c54afe028dbbef1c530;hp=83da7da82c22f94bce26c572ba8d0a01f1bc3315;hb=HEAD;hpb=77ebe19d25a9c4c105e40d0783f71779f562cee4 diff --git a/common/misc_spam b/common/misc_spam index 83da7da..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/ @@ -591,3 +591,17 @@ 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 +