From 26e3edcb859872c66f7cf02ee28c7c39b6fa8b46 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 11 Nov 2016 07:23:48 -0800 Subject: [PATCH] match more types of shipping id --- common/virus_spam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/virus_spam b/common/virus_spam index 0d5dbe0..8801084 100644 --- a/common/virus_spam +++ b/common/virus_spam @@ -100,7 +100,7 @@ describe FEDEXPACKAGE Fedex Package Virus spam score FEDEXPACKAGE 4 #don 2016-11-04 -header SHIPPING_ID subject =~ /(ID:?|ID|\#)\s*\d{8,}\s*$/ +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 -- 2.39.2