changed Cc to CC to be the same as the other CC rule
svn path=/trunk/; revision=3819
This commit is contained in:
@ -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
|
||||
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user