By configuring Spam Assassin, you can automatically detect unwanted emails and tag them with a clear subject line. Spam emails can clutter your inbox and reduce productivity.

This guide explains how to set up Spam Assassin spam filters to mark suspicious emails with ***SPAM***.

Steps to Configure SpamAssassin

  1. Access SpamAssassin Directory
    Go to the .spamassassin directory of your user:
    cd /home/username/.spamassassin
  2. Edit User Preferences
    Open the user_prefs file with a text editor:
    pico /home/wwwmfm/.spamassassin/user_prefs
  3. Set Required Rules
    Add or update the following lines:
    required_hits 1
    rewrite_subject 1
    rewrite_header Subject *****SPAM*****

Please Note:

  • required_hits 1 >> Sets the spam score threshold to mark an email as spam.
  • rewrite_subject 1 >> Enables rewriting of the email subject line.
  • rewrite_header Subject *****SPAM***** >> Adds “SPAM” to the subject of detected spam emails.

Popular Posts You May Read

Explore more hosting insights, tips and industry updates.

How to Quickly Fix the 401 Unauthorized Error (Easy Methods)

A 401 Unauthorized error means that the request lacks valid authentication credentials. This can be…

Suddomain plesk

How To Create a Sub-Domain In Plesk

This tutorial will teach you how to create a Sub-Domain in Plesk. A subdomain is…

How to Use cPanel's MultiPHP INI Editor to edit the Editor Mode

How to Use cPanel’s MultiPHP INI Editor to edit the Editor Mode

In this guide, we will explain to you how to use cPanel’s MultiPHP INI Editor…