Filters stop working

Discussions on webmail and the Professional version.
Post Reply
kriss642
Posts: 4
Joined: Wed May 11, 2022 12:15 pm

Filters stop working

Post by kriss642 »

Hi.
I had scripts added in filters to pass mins. to redirect messages etc. Everything worked until some time. Now the filters don't work and I don't know why.
Sample script:

Code: Select all

If CriteriaMet([ME_TO],"user@exampledomain.com") AND _
 CriteriaMet([ME_FROM],"user2@exapledomain.com") Then
FilterResult=1
End If

What could have caused the filters to stop working?

MailEnable-Ian
Site Admin
Posts: 9738
Joined: Mon Mar 22, 2004 4:44 am
Location: Melbourne, Victoria, Australia

Re: Filters stop working

Post by MailEnable-Ian »

Hi,

Filters will not stop working automatically. You may have made a change somewhere. What version of Professional are you running? Have you tried creating a separate simple filter with one criteria (not a script filter) to see if that filter executes?
Regards,

Ian Margarone
MailEnable Support

Post Reply