From 48c2c2e305a84176d207e9befca900e68caa7989 Mon Sep 17 00:00:00 2001 From: Alexander Wirt Date: Sat, 3 Mar 2012 16:04:44 +0000 Subject: [PATCH] Fix regex in rule git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@401 0b7a5b0c-1f2c-0410-bd74-c376f8064c91 --- common/scam_spam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/scam_spam b/common/scam_spam index a00ea16..8539b2e 100644 --- a/common/scam_spam +++ b/common/scam_spam @@ -44,7 +44,7 @@ describe ACCOUNTUPDATE Yeah, we don't send account updates score ACCOUNTUPDATE 4 # formorer 2010-01-27 -header NUVOMESS subject =~ /^Nuovo messaggio$/i; +header NUVOMESS subject =~ /^Nuovo messaggio$/i describe NUVOMESS Phishing spam score NUVOMESS 4 -- 2.39.2