From b387f2f7e58aa81fbf565bc4f70d27a72996eea0 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 18 Nov 2016 04:55:23 -0800 Subject: [PATCH] match MSWORD attachments for FEDEX too --- common/virus_spam | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/common/virus_spam b/common/virus_spam index 66a5794..cb2f0ae 100644 --- a/common/virus_spam +++ b/common/virus_spam @@ -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 -- 2.39.2