Add Rule
You may add a new filter rule with this function. You can use
rules to
manage incoming messages based on various criteria. For example, you
could discard all incoming messages with the subject text "debt
consolidation", or direct all messages larger than 1Mb to a
folder named "Big". When you click Add Rule the following
table appears:
Filter rules take the general form IF the message
satisfies some condition,
THEN do something with the message. You may specify
multiple conditions for one rule. You may choose whether the
message must satisfy all of the conditions that you
specify, or whether any of the conditions will satisfy the
rule.
The conditions which may be specified are:
- from, to or subject field
contains specified text
- Msg size (message size) is less than or
greater than
some value in Kilobytes (eg. 1000 for 1Mb)
- a user-specified field contains certain text. Valid
fields include Date, X-Priority, etc.
- You may Use regular expressions (top of table)
for advanced expression string matching, rather than
simple string matching for this
rule. This option is recommended for advanced users only.
Possible actions to be taken with messages which meet the
above conditions are:
- File Into: move the message into a particular
IMAP folder (choose folder from list)
- Forward: send the message to a different
email address (indicate the email address)
- Reject: discard the message and notify the
sender with a specified text message
- Discard: discard the message with no
notification to the sender
- If Continue checking other rules after applying
this rule (top of table) is checked, then the message will
continue to be processed by the script even if it
satisfies your filter rule. A single message could
therefore satisfy more than one rule, possibly
resulting in multiple
copies of the message or multiple responses.
- Checking Keep a copy in your Inbox (top of
table) will cause a copy of the filtered message to remain
in the Inbox, regardless of other actions taken on it.
Choosing this may result in multiple copies of your
messages.
Alternatively, your may specify a Custom Rule using raw
script.
Following are two examples of adding scripts. The first one filters messages based on subject and moves the message to a folder.
The second example filters email by sender.
- In this example emails with the subject containing EMEMO are saved to a folder in your inbox on the mail server labled e-memo.
Note: that the folder on the mail server has to exist. For example, if you recive lots of email relating to a specific project
you and you want that mail saved to a specific folder on the mail server, follow this example.

- In this example emails with the sender myfriend@umanitoba.ca are forwarded to an email account mypersonal@umanitoba.ca.
For example, if you have a second email account and you want all email sent to you from a specific address to be forwared to
that email account, then folow this example.
Set ACL's
An ACL is an Access Control List. ACLs allow you to specify other
CC users to have access to one or more of your IMAP mail folders. You
can permit any level of access, ranging from full read and write
privileges to permission to view message headers only. Once a
user has been granted access to your folder, they will be able to
subscribe to the folder with any IMAP mail client, such as Pine.
The folder will appear in their IMAP folder tree as:
user/youruserid/yourfoldername
ACL View: in this section you may view the ACL
information for each of your IMAP folders. Use the drop-down list to
select a folder. A list of usernames with access permission to
the folder appears beside it. The level of permission is
specified with up to 10 flags, as defined in the next area of the
table.
Access Control List Entry: you may change the ACL
information for a folder in this section:
- Select an IMAP folder from the Folder
drop-down list. Access to folders must be set one folder
at a time.
- Type in the CC username you wish to grant rights to
in Foreign User ID
- Choose the rights to grant to this ID for this
folder: you may choose either from the most common groups
of permissions beside General Rights or may
specify a custom combination of Specific Rights.
You may remove the user's rights by selecting
Remove access only.
- Click Set Acl when you are done, the user
should
now appear beside the appropriate folder in the ACL
View section. NOTE: Save changes will not save
your Acl information.
New Folder Creation: to create a new IMAP folder,
specify a folder name, then click Save Changes.
Advanced Options
You may choose between basic and advanced script
mode: