cancel
Showing results for 
Search instead for 
Did you mean: 

Custom filtering

a_veer
Level 2
Dear all,

I am trying to get a custom filter to work.
It is our intention to exclude a certain domain from journaling.

So this is the case the messages from and to "acertaindomain.com" should not be journaled.
I can't get the syntax right, coukld somebody please help me.
This is what i tried but that didn't seem to do the trick:

 <RULE NAME="External Recipient" ACTION="HARD_DELETE">
  <RECIPIENTS INCLUDES="NONE">
   <DOMAIN>acertaindomain.com</DOMAIN>
  </RECIPIENTS>
 </RULE>

Best regards,
Anthony
1 ACCEPTED SOLUTION

Accepted Solutions

TonySterling
Moderator
Moderator
Partner    VIP    Accredited Certified
I think you would want recipients = ANY

Do you have any errors or events in the app log?

View solution in original post

3 REPLIES 3

TonySterling
Moderator
Moderator
Partner    VIP    Accredited Certified
I think you would want recipients = ANY

Do you have any errors or events in the app log?

MichelZ
Level 6
Partner Accredited Certified
Do you need any more info here?
Please mark a post as a solution if it fits your needs.

Cheers

cloudficient - EV Migration, creators of EVComplete.

a_veer
Level 2
It was indeed the Any that did the trick.