On 12 Dec 2013, at 20:45, Anders Thoresson wrote:

I got three addresses one three separate domains. I want a smart folder that includes all mail sent from these domains when I'm the sender.

Should that have been “not the sender”? (Based on the following and the subject line.)

Pseudo code is something like

(sender domain is domain1.net OR domain2.net OR domain3.net) AND (sender is not [email protected] OR [email protected] or [email protected])


But no matter how I try to set this up I can't get it to work.

Any suggestions?

Something like this perhaps:

        All of the following:
                Any of the following:
                        From ▸ Address ▸ Domain = domain1.net
                        From ▸ Address ▸ Domain = domain2.net
                        From ▸ Address ▸ Domain = domain3.net
                From ▸ Address != [email protected]
                From ▸ Address != [email protected]
                From ▸ Address != [email protected]
        
Note that the second part is part of the “All”-construction. You use “OR” in your description, but it should have been “AND” I believe.

Otherwise, I suggest you split up your problem in smaller problems and make that work first.

--
Benny
_______________________________________________
mailmate mailing list
[email protected]
http://lists.freron.com/listinfo/mailmate

Reply via email to