Mail filters problem

Hi,

we are having a little issue with Java enterprise system 2005Q4.

There is one user that has defined mail filters using communication express and when he went to add more filters find this error:

http://www.cuoyot.net/JESFilter.png

Filters defined in LDAP:

#RULE: $Name="Tec.Guardia"$Order=1$Type="DEFAULT_TYPE" require "fileinto"; #BEGINFILTER if allof(header :contains ["Subject"," Comments"," Keywords"] "[tec.guardia]"){ fileinto "Tec.Guardia"; stop; } #ENDFILTER

#RULE: $Name="Backups Ex"$Order=2$Type="DEFAULT_TYPE" require "fileinto"; #BEGINFILTER if allof(header :contains ["Subject"," Comments"," Keywords"] "[backups.ex]"){ fileinto "Backups.Ex"; stop; } #ENDFILTER

#RULE: $Name="Backups In"$Order=3$Type="DEFAULT_TYPE" require "fileinto"; #BEGINFILTER if allof(header :contains ["Subject"," Comments"," Keywords"] "[backups.in]"){ fileinto "Backups.In"; stop; } #ENDFILTER

#RULE: $Name="Hispasec"$Order=4$Type="DEFAULT_TYPE" require "fileinto"; #BEGINFILTER if allof(header :contains ["From","Sender","Resent-from","Resent-sender","Return-path"] "noticias@hispasec.com"){ fileinto "Hispasec"; stop; }

#ENDFILTER

#RULE: $Name="Moin Moin"$Order=5$Type="DEFAULT_TYPE" require "fileinto"; #BEGINFILTER if allof(header :contains ["Subject"," Comments"," Keywords"] "[Moin-user]"){ fileinto "Lista-MoinMoin"; stop; }

#ENDFILTER

#RULE: $Name="NUT-upsuser"$Order=6$Type="DEFAULT_TYPE" require "fileinto"; #BEGINFILTER if allof(header :contains ["Subject"," Comments"," Keywords"] "[Nut-upsuser]"){ fileinto "Lista-NUT"; stop; } #ENDFILTER

#RULE: $Name="Trend1"$Order=9$Type="DEFAULT_TYPE" require "fileinto"; #BEGINFILTER if allof(header :contains ["From","Sender","Resent-from","Resent-sender","Return-path"] "SMM@trendmicro.de"){ fileinto "Trend Micro"; stop; }

#ENDFILTER

#RULE: $Name="Trend2"$Order=10$Type="DEFAULT_TYPE" require "fileinto"; #BEGINFILTER if allof(header :contains ["From","Sender","Resent-from","Resent-sender","Return-path"] "PartnerWeb_EMEA@trendmicro.com"){ fileinto "Trend Micro"; stop; } #ENDFILTER

Thanks.

[2153 byte] By [cuoyot] at [2007-11-26 9:40:46]
# 1

The error you show is somewhat common.

The base cause of the error is that the code for displaying the rules cannot display some rules that the code for creating rules can create. The rules work fine, but large numbers of rules can cause this.

We have made some improvements in late patches for UWC, but in no way is this totally "fixed" yet. You can use standard ldap tools to examine and edit such rules.

jay_plesset at 2007-7-7 0:38:26 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...