Oldest known version of this page was edited on 2005-10-08 14:13:29 by Jakub81 [revert]
Page view:
On this page you will find some information about user filters in Opera's mail client (known as Opera Mail or M2). It is not as comprehensive as the Opera Mail Filter Guide (yet), but it contains some tips to better understand how filters work.
Consider the following fictitious e-mail headers:
1
From: emma@yahoo.com To: john@hotmail.com Date: 26 jul 2005 11:42 Subject: birthday
2
From: john@hotmail.com To: emma@yahoo.com Date: 26 jul 2005 12:00 Subject: Re: birthday
3
From: emma@yahoo.com To: anne@operamail.com Date: 26 jul 2005 12:13 Subject: memory
4
From: anne@operamail.com To: emma@yahoo.com Date: 27 jul 2005 08:07 Subject: Re: memory
To filter certain messages from the list above, you can use these rules:
Match messages where From header contains emma
And where Subject does not contain memory
matches: (1,3) ∩ (1,2) = (1)
Match messages where From header does not contain emma
And where Subject does not contain memory
matches: (2,4) ∩ (1,2) = (2)
Match messages where From header contains emma
And where Subject contains memory
matches: (1,3) ∩ (3,4) = (3)
Match messages where From header does not contain emma
And where Subject contains memory
matches: (2,4) ∩ (3,4) = (4)
Match messages where From header contains emma
Or where Subject does not contain memory
matches: (1,3) ∪ (1,2) = (1,2,3)
Match messages where From header does not contain emma
Or where Subject does not contain memory
matches: (2,4) ∪ (1,2) = (1,2,4)
Match messages where From header contains emma
Or where Subject contains memory
matches: (1,3) ∪ (3,4) = (1,3,4)
Match messages where From header does not contain emma
Or where Subject contains memory
matches: (2,4) ∪ (3,4) = (2,3,4)