]> git.donarmstrong.com Git - spamassassin_config.git/commitdiff
increase score of FEDEX_ZIP meta rule
authorDon Armstrong <don@donarmstrong.com>
Thu, 1 Dec 2016 15:24:33 +0000 (07:24 -0800)
committerDon Armstrong <don@donarmstrong.com>
Thu, 1 Dec 2016 15:24:33 +0000 (07:24 -0800)
Allow problem to be plural
Raise score from 3 to 6

common/virus_spam

index cb2f0ae7d2235eaea994ce37e88361c05b2317aa..1129f2495e3fa57e9485d2e1f3e114dfae8699dc 100644 (file)
@@ -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