X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=blobdiff_plain;f=common%2Fvirus_spam;h=1129f2495e3fa57e9485d2e1f3e114dfae8699dc;hp=8801084f2c466ee810e91f2173b2cf4627b0c430;hb=8c60e4b6fab9533a2005f64e79e6a79edf409db1;hpb=26e3edcb859872c66f7cf02ee28c7c39b6fa8b46 diff --git a/common/virus_spam b/common/virus_spam index 8801084..1129f24 100644 --- a/common/virus_spam +++ b/common/virus_spam @@ -95,7 +95,7 @@ describe XEROX Scanner malware score XEROX 4 # don 2016-11-04 -header FEDEXPACKAGE subject=~/FedEx International|((unable to|could not) deliver|problem with).*(item|parcel)|shipment delivery problem|delivery notification/i +header FEDEXPACKAGE subject=~/FedEx International|((unable to|could not) deliver|problems? with).*(item|parcel)|shipment delivery problem|delivery notification/i describe FEDEXPACKAGE Fedex Package Virus spam score FEDEXPACKAGE 4 @@ -104,6 +104,10 @@ header SHIPPING_ID subject =~ /(ID:?|ID|\#|n\.)\s*\d{8,}\s*$/ describe SHIPPING_ID Contains a long ID number at the end score SHIPPING_ID 3 -meta FEDEX_ZIP (FEDEXPACKAGE || SHIPPING_ID ) && ( ZIPCOMPRESSED | ZIPFILE ) +rawbody MSWORD /application\/msword/ +describe MSWORD Has a word attachment +score MSWORD 2 + +meta FEDEX_ZIP (FEDEXPACKAGE || SHIPPING_ID ) && ( ZIPCOMPRESSED || ZIPFILE || MSWORD ) describe FEDEX_ZIP Fedex package with zip file -score FEDEX_ZIP 3 +score FEDEX_ZIP 6