© University of Kent - Contact | Feedback | Legal
The University of Kent, Canterbury, Kent, CT2 7NZ, T +44 (0)1227 764000
This document describes how to setup Microsoft Outlook Express
to filter spam into a separate folder.
It does this by examining headers added to the email by the
School of Computing spam checking facilities in place on the
School of Computing servers.
If you're using Outlook Express with IMAP you will want to filter the mail when it is delivered by Exim. This means you don't have to do any of the steps below. To make Exim filter the mail for you, follow the instructions on this page.
Outlook Express does not have the ability to filter mail based
on arbitrary headers. It will, however, allow filtering of
messages that contain certain keywords in the subject. What we
need to do is configure SpamAssassin to add a prefix to the subject
of mail it suspects is spam, as well as the extra header. To do
this we edit ~/.spamassassin/user_prefs which contains
the SpamAssassin user setup. Add the following line :-
rewrite_subject 1
This will add "CSLIKELYSPAM: " to the start of
the subject of suspected spam. If you want to change this to
something different, add the following line to the same file :-
subject_tag any-other-subject-prefix:
Now we need to configure Outlook Express to refile mail with the subject prefix.
The new rule is now active and will be run on any new mail you receive.