aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filtertypes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'filter/filtertypes.xml')
-rw-r--r--filter/filtertypes.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/filtertypes.xml b/filter/filtertypes.xml
index e40ca760ec..faab9345fc 100644
--- a/filter/filtertypes.xml
+++ b/filter/filtertypes.xml
@@ -309,7 +309,7 @@
<option value="not contains">
<title>does not contain</title>
<code>
- (not (body-contains ${word}))
+ (match-all (not (body-contains ${word})))
</code>
</option>
</input>