[MlMt] Smart folder with all mails from three certain domains except three specific addresses

Benny Kjær Nielsen mailinglist at freron.com
Thu Dec 12 15:26:14 EST 2013


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 anders at domain1.net OR anders at domain2.net or 
> anders at domain3.net)
>
>
> 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 != anders at domain1.net
		From ▸ Address != anders at domain2.net
		From ▸ Address != anders at domain3.net
	
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freron.com/pipermail/mailmate/attachments/20131212/1a23fd97/attachment.html>


More information about the mailmate mailing list