From 2b31230fe3be69fefe817ff8f3decf6bf7e817cb Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 4 Nov 2016 08:03:56 -0700 Subject: [PATCH] add rule for fexex package spam --- common/virus_spam | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common/virus_spam b/common/virus_spam index 150cb8d..6de061c 100644 --- a/common/virus_spam +++ b/common/virus_spam @@ -1,3 +1,4 @@ +# -*- mode: spamassassin -*- # joy, 2003-08-15 rawbody PIC_GIF /^Content-ID: /i describe PIC_GIF pic*.gif in attachment, common spam/virus @@ -93,3 +94,7 @@ header XEROX subject=~/Scan from a Xerox W./i describe XEROX Scanner malware score XEROX 4 +# don 2016-11-04 +header FEDEXPACKAGE subject=~/FedEx International/i +describe FEDEXPACKAGE Fedex Package Virus spam +score FEDEXPACKAGE 4 -- 2.39.2