Same here.
2002-02-04 Jeffrey Stedfast <fejj@ximian.com> * vfoldertypes.xml: Same here. * filtertypes.xml: For mlist matching, we only want "is" and "is not" because that is all we really support anyway. svn path=/trunk/; revision=15570
This commit is contained in:

committed by
Jeffrey Stedfast

parent
5b170de85b
commit
f4f407373f
@ -1,3 +1,10 @@
|
||||
2002-02-04 Jeffrey Stedfast <fejj@ximian.com>
|
||||
|
||||
* vfoldertypes.xml: Same here.
|
||||
|
||||
* filtertypes.xml: For mlist matching, we only want "is" and "is
|
||||
not" because that is all we really support anyway.
|
||||
|
||||
2002-01-27 Ettore Perazzoli <ettore@ximian.com>
|
||||
|
||||
* Makefile.am: Use LIBFILTER_CFLAGS.
|
||||
|
@ -490,46 +490,14 @@
|
||||
<part name="mlist">
|
||||
<title>Mailing list</title>
|
||||
<input type="optionlist" name="mlist-type">
|
||||
<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>
|
||||
<option value="is">
|
||||
<title>is</title>
|
||||
<code>(match-all (header-matches "x-camel-mlist" ${mlist}))</code>
|
||||
<code>(match-all (header-matches "x-camel-mlist" ${mlist}))</code>
|
||||
</option>
|
||||
<option value="is not">
|
||||
<title>is not</title>
|
||||
<code>(match-all (not (header-matches "x-camel-mlist" ${mlist})))</code>
|
||||
</option>
|
||||
<option value="starts with">
|
||||
<title>starts with</title>
|
||||
<code>
|
||||
(match-all (header-starts-with "x-camel-mlist" ${mlist}))
|
||||
</code>
|
||||
</option>
|
||||
<option value="not starts with">
|
||||
<title>does not start with</title>
|
||||
<code>
|
||||
(match-all (not (header-starts-with "x-camel-mlist" ${mlist})))
|
||||
</code>
|
||||
</option>
|
||||
<option value="ends with">
|
||||
<title>ends with</title>
|
||||
<code>
|
||||
(match-all (header-ends-with "x-camel-mlist" ${mlist}))
|
||||
</code>
|
||||
</option>
|
||||
<option value="not ends with">
|
||||
<title>does not end with</title>
|
||||
<code>
|
||||
(match-all (not (header-ends-with "x-camel-mlist" ${mlist})))
|
||||
</code>
|
||||
</option>
|
||||
</input>
|
||||
<input type="string" name="mlist"/>
|
||||
</part>
|
||||
|
@ -313,46 +313,14 @@
|
||||
<part name="mlist">
|
||||
<title>Mailing list</title>
|
||||
<input type="optionlist" name="mlist-type">
|
||||
<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>
|
||||
<option value="is">
|
||||
<title>is</title>
|
||||
<code>(match-all (header-matches "x-camel-mlist" ${mlist}))</code>
|
||||
<code>(match-all (header-matches "x-camel-mlist" ${mlist}))</code>
|
||||
</option>
|
||||
<option value="is not">
|
||||
<title>is not</title>
|
||||
<code>(match-all (not (header-matches "x-camel-mlist" ${mlist})))</code>
|
||||
</option>
|
||||
<option value="starts with">
|
||||
<title>starts with</title>
|
||||
<code>
|
||||
(match-all (header-starts-with "x-camel-mlist" ${mlist}))
|
||||
</code>
|
||||
</option>
|
||||
<option value="not starts with">
|
||||
<title>does not start with</title>
|
||||
<code>
|
||||
(match-all (not (header-starts-with "x-camel-mlist" ${mlist})))
|
||||
</code>
|
||||
</option>
|
||||
<option value="ends with">
|
||||
<title>ends with</title>
|
||||
<code>
|
||||
(match-all (header-ends-with "x-camel-mlist" ${mlist}))
|
||||
</code>
|
||||
</option>
|
||||
<option value="not ends with">
|
||||
<title>does not end with</title>
|
||||
<code>
|
||||
(match-all (not (header-ends-with "x-camel-mlist" ${mlist})))
|
||||
</code>
|
||||
</option>
|
||||
</input>
|
||||
<input type="string" name="mlist"/>
|
||||
</part>
|
||||
|
Reference in New Issue
Block a user