I have several filters in MF that makes use of the IF user is in list function.
It all works fine for ordinary emails, but if an email is sent to a "distribution list" it fails.
This is from a email header that works
To: <dan@xxx.com>
This is from one that fails
To: "Replica Watches" <info@xxx.com >
I use the wildcard in the lists etc
*.xxx.com
So both of these emails should be affected by the filter, but only the first one is.....
WHY???