aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filtertypes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'filter/filtertypes.xml')
-rw-r--r--filter/filtertypes.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/filter/filtertypes.xml b/filter/filtertypes.xml
index bc10b77346..fe71153517 100644
--- a/filter/filtertypes.xml
+++ b/filter/filtertypes.xml
@@ -495,6 +495,14 @@
<title>is not</title>
<code>(match-all (not (header-matches "x-camel-mlist" ${mlist})))</code>
</option>
+ <option value="contains">
+ <title>contains</title>
+ <code>(match-all (header-contains "x-camel-mlist" ${mlist}))</code>
+ </option>
+ <option value="not contains">
+ <title>does not contain</title>
+ <code>(match-all (not (header-contains "x-camel-mlist" ${mlist})))</code>
+ </option>
</input>
<input type="string" name="mlist"/>
</part>