changed Cc to CC to be the same as the other CC rule

svn path=/trunk/; revision=3819
This commit is contained in:
Arik Devens
2000-06-30 00:41:33 +00:00
parent 66de89050f
commit f5fa17c2d0
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2000-06-29 Arik Devens <arik@helixcode.com>
* vfoldertypes.xml (ruleset type="match"): Changed Cc to CC to be
the same as the other CC rule. None of this works however, cause
the CC code is not hooked up to camel... oh well ;-(
2000-06-29 Arik Devens <arik@helixcode.com>
* vfoldertypes.xml (ruleset type="match"): Added a Cc rule to

View File

@ -16,7 +16,7 @@
</rule>
<rule name="cc-address-other">
<code>
(match-all (header-contains "Cc" ${receipient}))
(match-all (header-contains "CC" ${receipient}))
</code>
<description lang="en">The Cc address matches <source type="address" name="receipient">receipients</source>.</description>
</rule>