]> git.donarmstrong.com Git - spamassassin_config.git/blobdiff - common/virus_spam
fix the sed for the remote branch
[spamassassin_config.git] / common / virus_spam
index 6de061cffa4fbf5d37cf4dba7214188337539755..8801084f2c466ee810e91f2173b2cf4627b0c430 100644 (file)
@@ -95,6 +95,15 @@ describe XEROX  Scanner malware
 score XEROX     4
 
 # don 2016-11-04
-header FEDEXPACKAGE subject=~/FedEx International/i
+header FEDEXPACKAGE subject=~/FedEx International|((unable to|could not) deliver|problem with).*(item|parcel)|shipment delivery problem|delivery notification/i
 describe FEDEXPACKAGE Fedex Package Virus spam
 score FEDEXPACKAGE 4
+
+#don 2016-11-04
+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 )
+describe FEDEX_ZIP Fedex package with zip file
+score FEDEX_ZIP 3