Hi,
Trying to set up a relatively complex spam filter . To simplify, I need to be able to apply the following rules:
1.Sender is address@domain1.com and subject contains 'Acknowledgement'
2.Sender is address@domain1.com and subject contains 'Information'
3.Sender is address@domain2.com
4. Subject contains 'Automatic Reply:'
With the rules being limited to all criteria being matched or any 1 criterion being matched I don't see how this can work?
If I select 'Match ALL' then emails from domain2 which contain the word 'Information' will be blocked.
If I select 'Match Any' then any email from domain1 will be blocked
I had assumed that spam filter would work more like business rules and would allow multiple independent rules to be applied. I hope I'm just missing a trick here.
Thanks,
Peter