Spam Checking: Difference between revisions
Appearance
Content deleted Content added
Reflect current config |
Interaction between Spam checking and Sieve filtering |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 15: | Line 15: | ||
*Rspamd. |
*Rspamd. |
||
Both of these will assign a 'spam score' to the message. We will then use the |
Both of these will assign a 'spam score' to the message. We will then use the higher score to classify a message as spam or not. |
||
===Spam score options=== |
===Spam score options=== |
||
Once a message has been processed by the spam engines the message will then be subject to one of three options: |
Once a message has been processed by the spam engines the message will then be subject to one of three options: |
||
* Non-spam - accept |
* Non-spam - accept |
||
* Medium-scoring Spam - accept, but marked with ***SPAM |
* Medium-scoring Spam - accept, but marked with ****SPAM:<score>**** to the subject, and saved to the spam folder (unless the mailbox is using Sieve filtering) |
||
* High=scoring spam - rejected |
* High=scoring spam - rejected if possible, otherwise handled as per medium-scoring Spam |
||
The score at which a messages is marked as spam or rejected can be set on the Control Pages on a per-Mailbox or per-Domain basis. The default score to mark as spam is 5, and to reject is 20. |
The score at which a messages is marked as spam or rejected can be set on the Control Pages on a per-Mailbox or per-Domain basis. The default score to mark as spam is 5, and to reject is 20. |
||
| Line 59: | Line 59: | ||
| The spam score represented by +'s. One for each point. Negative scores represented by -'s. Very small scores by /. |
| The spam score represented by +'s. One for each point. Negative scores represented by -'s. Very small scores by /. |
||
| ++ |
| ++ |
||
|- |
|||
| X-Spam-Flag |
|||
| Whether the message is classed as spam or not |
|||
| YES or NO |
|||
|- |
|- |
||
| X-Spam-Report |
| X-Spam-Report |
||