Start a conversation

Editing and Deleting Filters in Kerio Connect Client

Overview

Filters are used to automatically sort messages into folders or forward them to another address. This article helps you to edit the rules of the custom filters or delete the filters which are no longer required in Kerio Connect Client or Webmail.

Solution

  1. Click a filter to display it.
    filters.png
  2. Double-click a filter to edit it.
    filters2.png
  3. Click Save to save the changes.
  4. Click View Source to view Sieve source code.
    filters3.png
    1. You can also customize the script to your liking by clicking Edit source
    2. By doing this, you are able to tap into options not offered in the UI, thanks to the backend sieve scripting support; for example, you could configure your filter to deliver emails coming from a specific edge server to go into a subfolder in your Inbox, based on the value of the received header:
      if header :contains "received" "SRV1.local" {
      fileinto "INBOX/Edge_server_1_mails";
      }
    3. Note that some headers may not be supported, and custom scripting is not in the Kerio support scope.
  5. To disable a filter temporarily, unselect the filter checkbox.

    Screen_Shot_2018-11-12_at_3.30.28_PM.png

  6. To delete a filter, click the Trash icon next to the filter name.

    Screen_Shot_2018-11-12_at_3.31.16_PM.png

Note: For Kerio Connect Client 8.4 and older, hover your mouse over a rule and click the edit or delete icon.

Confirmation

Check if the edited filters are functioning correctly and the deleted filters are not being displayed in the filters list.

Related Articles

Creating Filters in Kerio Connect Client

Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted
  3. Updated

Comments