From 8c60e4b6fab9533a2005f64e79e6a79edf409db1 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 1 Dec 2016 07:24:33 -0800 Subject: [PATCH] increase score of FEDEX_ZIP meta rule Allow problem to be plural Raise score from 3 to 6 --- common/virus_spam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/virus_spam b/common/virus_spam index cb2f0ae..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 @@ -110,4 +110,4 @@ 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 -- 2.39.2