And here too.
2000-05-30 Not Zed <NotZed@HelixCode.com> * filtertypes.xml: And here too. * vfoldertypes.xml: Add body-contains and not-body-contains types. svn path=/trunk/; revision=3306
This commit is contained in:
@ -1,3 +1,10 @@
|
||||
2000-05-30 Not Zed <NotZed@HelixCode.com>
|
||||
|
||||
* filtertypes.xml: And here too.
|
||||
|
||||
* vfoldertypes.xml: Add body-contains and not-body-contains
|
||||
types.
|
||||
|
||||
2000-05-27 Not Zed <NotZed@HelixCode.com>
|
||||
|
||||
* vfoldertypes.xml: New file - lists rules appropriate for
|
||||
|
||||
@ -22,6 +22,13 @@
|
||||
<description lang="en">The Subject contains <source type="folder" name="words">words</source>.</description>
|
||||
</rule>
|
||||
|
||||
<rule name="body-contains">
|
||||
<code>
|
||||
(match-all (body-contains ${words}))
|
||||
</code>
|
||||
<description lang="en">The body contains <source type="folder" name="words">words</source>.</description>
|
||||
</rule>
|
||||
|
||||
<rule name="cc-address">
|
||||
<code>
|
||||
(match-all (header-contains "CC" ${self-email}))
|
||||
@ -72,6 +79,14 @@
|
||||
</code>
|
||||
<description language="en">When I am the receipient.</description>
|
||||
</rule>
|
||||
|
||||
<rule name="not-body-contains">
|
||||
<code>
|
||||
(match-all (not (body-contains ${words})))
|
||||
</code>
|
||||
<description lang="en">The body does not contain <source type="folder" name="words">words</source>.</description>
|
||||
</rule>
|
||||
|
||||
</ruleset>
|
||||
|
||||
<optionset>
|
||||
|
||||
@ -21,6 +21,12 @@
|
||||
</code>
|
||||
<description lang="en">The Subject contains <source type="folder" name="words">words</source>.</description>
|
||||
</rule>
|
||||
<rule name="body-contains">
|
||||
<code>
|
||||
(match-all (body-contains ${words}))
|
||||
</code>
|
||||
<description lang="en">The body contains <source type="folder" name="words">words</source>.</description>
|
||||
</rule>
|
||||
|
||||
<rule name="cc-address">
|
||||
<code>
|
||||
@ -38,6 +44,12 @@
|
||||
</code>
|
||||
<description language="en">I am the receipient.</description>
|
||||
</rule>
|
||||
<rule name="not-body-contains">
|
||||
<code>
|
||||
(match-all (not (body-contains ${words})))
|
||||
</code>
|
||||
<description lang="en">The body does not contain <source type="folder" name="words">words</source>.</description>
|
||||
</rule>
|
||||
</ruleset>
|
||||
|
||||
<optionset>
|
||||
|
||||
Reference in New Issue
Block a user