SpamAssassin - Eliminate UCE

SpamAssassin is a powerful tool to help eliminate unwanted Spam on your VPS v2. The Makers of SpamAssassin explain how their product works:

(SpamAssassin) Us(es) its rule base, (and) a wide range of heuristic tests on mail headers and body text to identify "spam", also known as unsolicited commercial email. spamassassin.taint.org

The flexibility of SpamAssassin combines with its excellent design to make it an easy way to help you take control of your E-mail accounts and stop spam from wasting your time and resources.

SpamAssassin applies a number of tests to an incoming message, and each test returns a score. If enough tests return a combined score that is high enough (the default is 5), SpamAssassin can tag the message as being spam. Once a message has been tagged, there are a number of possible actions that can be taken with the message. Both tagging and actions can be handled either as a system-wide or as a user specific filter.

Once a message has been tagged, SpamAssassin will do one of the following with the message, depending on your system and user settings.

Installation

SpamAssassin can be installed using the vinstall utility, which helps you get SpamAssassin installed and configured to your preferences.

Documentation

There are a number of sources of documentation for SpamAssassin. You can access the man pages using the following commands.

# man spamassassin
# man Mail::SpamAssassin::Conf

There is also a wealth of information about configuring and using SpamAssassin at the SpamAssassin Web site.