Sieve Filtering

From AAISP Support Site

E-mail-icon.png

THIS FEATURE IS NOW AVAILABLE FOR TESTING - 2014-02-28.

What is Sieve filtering?

At a basic level, Sieve is a system whereby the server is given rules be you to filter your email in to folders. It then means, that whatever email program you use, your email is already filed away in to it's correct folder according to your needs. Sieve can do more than just move email to their correct folder though.

It is helpful if you:

  • Use IMAP
  • Sort email in to folders
  • Read email from a number of devices

The service can now sort your email in to your folders rather than relying on one of clients to be on and do the work for you.

Sieve Server Settings

To connect to the Manage Sieve server, use the following settings:

Sieve Server Connection Settings
Server your.domain.mail.aa.net.uk eg, example.com.mail.aa.net.uk ie, the same as what you use to collect email by IMAP
Port 4190
Username Your email address eg fred@example.com. ie, the same as what you use to collect email by IMAP
Password your email password ie, the same as what you use to collect email by IMAP
Security TLS You can use TLS for a secure connection, recommended.
The Thunderbird add-on - You should use TLS for a secure connection

Sieve file limits:

  • Maximum script size = 1M
  • Maximum number of actions = 128

Creating Sieve Filters

Our IMAP servers run 'ManageSieve', this is a service which clients talk to in order to create and edit sieve filters. ManageSieve runs on port 4910 on the IMAP servers. There are various clients which support ManageSieve, eg:

  • RoundCube - our webmail has a Filters option in the settings - We'd recommend this even if you don't usually use webmail.
  • Extension for Thunderbird (fine for manually editing the script file) (Try the latest version if the released version does not work.)
  • There are others, take a look at sieve.info. You'd use the same server, username and password that you do to access your email, and use port 4910, and TLS.

Whatever IMAP email program you use the Sieve filtering will still work. It may be easiest to create and edit the filters using Roundcube webmail even if you don't wish to use Roundcube for reading email.


Using Roundcube Filters

To create a simple filter to move a few online shop emails in to a folder called shopping:

  1. First, create the Shopping folder (Settings-Folders, Click the Add button)
  2. go to Settings and Filters:
    Settings - Filters
  3. Create a new filter set, and then a new filter:
    New filter

This will then move emails from these addresses in to a separate folder.

Example

Here is a filter to move email from specific people in to a separate folder:

Filtering family email in to a separate folder

Converting From Mozilla Thunderbird to Sieve

If you use Mozilla (eg Thunderbird) and have existing rules created, then they can be converted in to Sieve format on this page: mozilla2sieve.html. Here are some step by step instruction on moving the filters over:

  1. Open your msgFilterRules.dat file in a text editor (notepad, gedit etc)
    • This file will be found in your 'Local directory', which can be found in Account Settings - Server Setting - look for the 'Local directory' box at the bottom.
  2. Copy and paste the text in to the converter
  3. Install the ThunderBird ManageSieve Addon:
    • Tools - Addons - Search for Sieve, and Install 'Sieve 0.22'
  4. Go to Tools - Sieve Message Filters
    1. Click 'New...'
    2. give it a name, eg My Filters
    3. Paste in the results from the converter page
    4. Check that there are not any errors reported, then click Save.
    5. Close the tab with the script, and you'll be returned to the SieveFilters tab
    6. Click the little Active button so that it turns in to a green tick.
    7. Close that tab
  5. Disable the original Thunderbird filters:
    • Either by closing Thunderbird and renaming the msgFilterRules.dat to something else (eg msgFilterRules.dat.old) or by unticking all the tick boxes under Tools - Message Filters.
  6. By default Thunderbird only checks the Inbox for new email, now that email will appear in different folders, we need to tell Thunderbird to check each folder:
    1. Preferences - Advanced - General - Config Editor (be careful!)
    2. Search for: mail.server.default.check_all_folders_for_new
    3. Set the Value to True by double clicking on it
    4. Close the windows
  7. You can then view the filters via Roundcube webmail, which is easier to edit as it's more of a GUI editor rather than than a straight script editor like the Thuinderbird addon is.

Sieve Extensions We Don't Support

We don't support the following extensions:

  • reject
    • This is because we don't want to have to deal with backscatter and emailing non delivery report messages

Help with Other Email Features:

<ncl style=bullet maxdepth=5 headings=bullet headstart=2 showcats=1 showarts=1>Category:Email Features</ncl>