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.

