Spam Assassin: Difference between revisions

From Psygen Wiki
Jump to navigation Jump to search
Line 21: Line 21:


=== Filter Rules and Criteria: ===
=== Filter Rules and Criteria: ===
----------------------------------


'''Spam Status''' &nbsp; &nbsp; Whether Apache SpamAssassin™ marked the message as spam. The Spam Status line begins with Yes or No.<br />
'''Spam Status''' &nbsp; &nbsp; Whether Apache SpamAssassin™ marked the message as spam. The Spam Status line begins with Yes or No.<br />
Line 28: Line 29:
'''Spam Score''' &nbsp; &nbsp; The total number of plus signs (+) in the Spam Bar value, expressed as an integer.
'''Spam Score''' &nbsp; &nbsp; The total number of plus signs (+) in the Spam Bar value, expressed as an integer.
For more information about the Spam Score option, read the Spam Score section below.
For more information about the Spam Score option, read the Spam Score section below.


=== Operators ===
=== Operators ===
-----------------


'''begins with''' &nbsp; &nbsp; The message begins with the defined string.<br />
'''begins with''' &nbsp; &nbsp; The message begins with the defined string.<br />

Revision as of 20:53, 13 January 2017

cPanel Settings

Spam Score Limit

SpamAssassin screens each incoming email message and scores it based on its spam characteristics. By default, SpamAssassin considers messages with a score of 5 to be spam; you can adjust the spam score limit to more or less aggressive. Select the desired spam score limit from the "Score" drop-down menu in the Filters section. The lower the score, the more restrictive the filter will be:

  • 0 means everything incoming will be marked as spam.
  • 5 is the default setting (and works well for typical users).
  • 10 means that any message with a score of 10 or less will not be marked as spam.

Spam Box

When Spam Box is enabled, a spam folder is created. Spam is then delivered directly to this folder, allowing you to review all mail marked as spam before it is deleted.

To enable Spam Box, click "Enable Spam Box" in the Spam Box section. (This is the recommended setting, instead of auto-deleting spam.)

email filters

Filter Rules and Criteria:


Spam Status     Whether Apache SpamAssassin™ marked the message as spam. The Spam Status line begins with Yes or No.

Spam Bar     The content of the Spam Bar header that Apache SpamAssassin generated for this message. The more plus signs (+) that Apache SpamAssassin assigns to a message, the greater the likelihood that the system marks the message as spam.

Spam Score     The total number of plus signs (+) in the Spam Bar value, expressed as an integer. For more information about the Spam Score option, read the Spam Score section below.


Operators


begins with     The message begins with the defined string.

contains     The message a string that you define.

does not begin The message does not begin with the defined string.

does not contain     The message does not contain the defined string.

does not end with     The message does not end with the defined string.

does not match     The message does not exactly match the defined string.

ends with     The message ends with the defined string.

equals     The message exactly matches a defined string.

matches regex     The message matches a regular expression that you define. (Note: The filter text box accepts regular expressions when you select this option, rather than commonly-used wildcard characters (for example, * or ?).)

References