From 0f2b5eeda05a49ec4c89b0811fe0f31d1ab3bb80 Mon Sep 17 00:00:00 2001 From: Hanno 'Rince' Wagner Date: Thu, 30 Mar 2017 18:18:43 +0200 Subject: [PATCH] Add USERSLIST as Rule in phrase_spam --- common/phrase_spam | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/common/phrase_spam b/common/phrase_spam index a41ddc8..f1cc51b 100644 --- a/common/phrase_spam +++ b/common/phrase_spam @@ -1091,3 +1091,10 @@ body SEOCOM /SEO Company/i score SEOCOM 2.5 describe SEOCOM SEO Company +# rince 2017-03-30 +header USERSLIST_HEADER1 Subject =~ /\bUsers\bList/i +rawbody USERSLIST_BODY1 /\
\

\If you don=E2=80=99t want/ +meta META_USERSLIST (( USERSLIST_HEADER1 + USERSLIST_BODY1 + USERSLIST_BODY2 ) > 1 ) +describe META_USERSLIST Question for a Users List +score META_USERSLIST 0.5 -- 2.39.2