cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1034
Views
5
Helpful
2
Replies

Limit outbound emails to certain domains

MachoBear123
Level 1
Level 1

I'm trying to create outgoing filter to limit domains that users can send to, e.g. .org, .com & .net.  

 

filter.JPG

 

However, when I try to run it, it captures all emails instead of just emails not ends with .org, .com & .net.

Is my logic faulty?

 

2 Replies 2

That looks like your conditions are all  "not equal to" , and it fires if any 1 or more match aka "OR"d together...

I think you want "equal to"

 

Currently, this WILL catch everything...

Thank you for the reply... You are correct on the "OR" operation... I should've use "AND" and choose "Only if all conditions match".
I changed that and the filter is working now.
Thanks.