Mail Filters

From CSEE Documentation
Revision as of 16:01, 28 February 2025 by Ii69854 (talk | contribs) (Change instructions to use a video, rather than a images.)

By making use of Email Filters, it's possible to automatically sort through much of your inbox. The CSEE email server supports using sieve filters. You can either directly connect with a "managesieve" client, such as the Sieve Thunderbird Plugin, or using CSEE's webmail interface at webmail.cs.umbc.edu.

Using the Webmail Interface

This tutorial uses the new elastic CSEE skin, however the steps should be largely the same no matter the theme you are using. You can follow along with the video below you or just read the instructions.

  1. Go into settings using the "gear" icon.
  2. Select "Filters"
  3. Use the "plus" icon on the upper right corner to create a new filter, or choose an existing filter to edit.
  4. Optionally, set a name for the filter under "filter name."
  5. Set a Rule for the filter. For example, "From contains gweiss@cs.umbc.edu" will apply whenever the sender's address contains "gweiss@cs.umbc.edu"
  6. Set an action for the filter. For example, "Move message to" allows you to automatically move the email to a given mail folder.
  7. Click on "save" to finalize the filter.

Advanced Editing

Our webmail client also allows editing of the direct sieve code rather than using the interface. While this is powerful, an incorrectly made sieve filter could cause you to lose mail, so be cautious when doing so.

First, choose "actions."

Mail Filters 05 - Filter Actions.png

Now, choose "Edit Filter Set."

Mail Filters 06 - Edit Filter.png

This will open an editor containing all of your sieve filters. You are free to directly edit the script in the editor, or simply copy-paste code from elsewhere.

Mail Filters 07 - Sieve Script.png