Portal Home > Knowledgebase > E-Mail > SpamAssassin


SpamAssassin




SpamAssassin is an email utility that attempts to filter spam by examining every email, testing for spam characteristics. This results in an overall score. If a predefined score is reached, the message is discarded.

This score can be set under the Filters heading. The default setting is 5.

  • Enable SpamAssassin
  • Automatically Delete Spam
  • Enable the Spam Box
  • Configure SpamAssassin
    • Set Required Spam Score
    • Add Addresses to the Blacklist
    • Set Individual Test Scores
    • Add Addresses to the Whitelist

 

Enable SpamAssassin
To enable SpamAssassin:

Simply click the Enable SpamAssassin button on the SpamAssassin home screen.

Automatically Delete Spam
This function automatically deletes messages that meet or exceed the score limit. Activating this function can be accomplished using the Auto-Delete Spam button under the Filters heading.

Click the Disable Auto-Delete Spam button to disable this feature.

 Note: Enabling this feature could cause you to lose email that is not spam if a message meets or exceeds the defined score. Make sure SpamAssassin is configured properly for your account before using this feature.

Enable the Spam Box
Enabling the spam box will create an additional folder, named “spam,” where spam mail will be sent. This can be useful in preserving mail that may have mistakenly been filtered by SpamAssassin. It is recommended that you enable this feature.

This feature also comes with a Clear function that will delete the messages in the spam box.

It is possible to disable the spam box by returning to the SpamAssassin page and clicking Disable Spam Box.

Configure SpamAssassin
When you click Configure SpamAssassin, you can add email addresses that should be filtered automatically by typing the address into the blacklist_from box. A whitelist can be created in the same way at the bottom of the page. It is also possible to specify scores that SpamAssassin should use for each particular test.

Set Required Spam Score
SpamAssassin examines every email message for spam characteristics, then assigns it an overall score. Enter the score required for a message to be considered spam.

5.0 is the default setting, and is aggressive. It would be suitable for a single user, but an ISP should set the default to be more conservative (8.0 or 10.0).

Add Addresses to the Blacklist
Enter addresses whose email is often allowed past the spam filter, but from whom you do not wish to receive email.

You may use * as a wildcard for multiple characters, or ? as a single-character wildcard.

user@example.com -- Blacklists a single email address.
*@example.com -- Blacklists all the addresses at example.com.
?ser@example.com -- For example, User@example.com would be blacklisted, but AUser@example.com would not be blacklisted.

Set Individual Test Scores
You can precisely tailor SpamAssassin for your server by assigning scores to individual tests. SpamAssassin uses hundreds of tests; please see the SpamAssassin documentation at http://spamassassin.apache.org/tests.html for more information. You will need to know which version of SpamAssassin is running on your server. To check your version of SpamAssassin, execute the following line of code on your server:

# perl -MMail::SpamAssassin -e 'print $Mail::SpamAssassin::VERSION."\n";'

You can enter individual test scores in the following format:

“score” “TEST_NAME” “1 to 4 positive or negative numbers”
For example, you could enter:

score INVALID_DATE 3.2 3.3 2.5 2.1
This example sets the scores that SpamAssassin assigns to a message with an invalid date in its header.

 Note:

If only one number is listed, that score is always used for the test.
Setting a score to 0 will disable the test.
In the example above, 3.2 is the first score, 3.3 is the second, 2.5 is the third, and 2.1 is the fourth. If you enter four numbers, as in the example, then the score that is used depends on whether Bayes and network tests are enabled in your installation of SpamAssassin.

The first score is used when both Bayes and network tests are disabled.
The second score is used when Bayes is disabled, but network tests are enabled.
The third score is used when Bayes is enabled and network tests are disabled.
The fourth score is used when Bayes is enabled and network tests are enabled.
Add Addresses to the Whitelist
Enter addresses whose email is often blocked, but from whom you wish to receive email.

You may use * as a wildcard for multiple characters, or ? as a single-character wildcard.

user@example.com -- Whitelists a single email address.
*@example.com -- Whitelists all the email addresses at example.com.
?ser@example.com -- For example, User@example.com would be added to the whitelist while AUser@example.com would not be added.
 Remember:

Click Save to store the configuration changes.
A whitelisted address is automatically allowed past the filter.
A blacklisted address will automatically be filtered by SpamAssassin.
More details about configuring SpamAssassin can be found at http://spamassassin.apache.org/.



Was this answer helpful?

Print this Article Print this Article

Also Read
Email Accounts (Views: 1035)
MX Entry (Views: 1015)
Email Delivery Route (Views: 1009)
Webmail (Views: 1586)

Powered by WHMCompleteSolution

Language: