From: Dietmar Maurer Date: Wed, 10 Jan 2018 12:11:16 +0000 (+0100) Subject: pmg-mail-filter.adoc: document what objects X-Git-Url: https://git.proxmox.com/?p=pmg-docs.git;a=commitdiff_plain;h=40ed107a7956baa6ff322e7fbac976dcf7100206 pmg-mail-filter.adoc: document what objects --- diff --git a/pmg-mail-filter.adoc b/pmg-mail-filter.adoc index 92127c6..6a4d8f8 100644 --- a/pmg-mail-filter.adoc +++ b/pmg-mail-filter.adoc @@ -188,6 +188,37 @@ We have two important WHO objects called 'Blacklist' and 'Whitelist'. Those are used in the default ruleset to globally block or allow specific senders. + +WHAT - objects +-------------- + +image::images/screenshot/pmg-gui-mail-filter-what-objects.png[] + +WHAT - objects are used to classify the mail content. A single object +can combine multiple items, and the following item types are +available: + +Spam Filter:: + +Matches if configured value if greater than the detected spam level. + +Virus Filter:: + +Matches on infected mails. + +Content Type Filter:: + +Can be used to match specific content types. + +Match Filename:: + +Uses regular expressions to match attachment filenames. + +Archive Filter:: + +Can be used to match specific content types inside archives. + + WHEN - objects --------------