Filters in Opera's Mail Client

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.

What you should know about filters

What you should know about filter rules

Combined filtering rules

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)

Examples of filtering rules