From 8b73c0f2ac70a50e1ce248b4306825257a3cbd84 Mon Sep 17 00:00:00 2001 From: Chaim Sanders Date: Fri, 26 Aug 2016 18:40:37 -0400 Subject: [PATCH] Updated Reference Manual (mediawiki) --- Reference-Manual.mediawiki | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Reference-Manual.mediawiki b/Reference-Manual.mediawiki index f455487..a77564a 100644 --- a/Reference-Manual.mediawiki +++ b/Reference-Manual.mediawiki @@ -3907,6 +3907,9 @@ SecRule &REQUEST_HEADERS_NAMES "@lt 15" "id:165" ; Note : If a value is provided that cannot be converted to an integer (i.e a string) this operator will treat that value as 0. +== noMatch == +'''Description:''' Will force the rule to always return false. + == pm == '''Description:''' Performs a case-insensitive match of the provided phrases against the desired input value. The operator uses a set-based matching algorithm (Aho-Corasick), which means that it will match any number of keywords in parallel. When matching of a large number of keywords is needed, this operator performs much better than a regular expression.