X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=blobdiff_plain;f=common%2Fvirus_spam;h=cb2f0ae7d2235eaea994ce37e88361c05b2317aa;hp=f0fe23551d27652b33155507182f935d60ee7dfe;hb=b387f2f7e58aa81fbf565bc4f70d27a72996eea0;hpb=b250e2afd63105f2a9415ce014864fb497c4338c diff --git a/common/virus_spam b/common/virus_spam index f0fe235..cb2f0ae 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 @@ -88,3 +89,25 @@ body AUTOMATIC_MESSAGE /This is an automat(ic|ed) message/i describe AUTOMATIC_MESSAGE body indicates it is an automated message score AUTOMATIC_MESSAGE 2.0 +# formorer 2012-02-15 +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|((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 + +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