x
Las cookies nos ayudan a ofrecer nuestros servicios. Al utilizar nuestros servicios, usted acepta el uso de cookies.Más información.
OK
Serving the Multimedia Community since 1989.
Mail Filter
The Mail Filter can be used to sort your incoming mail into separate folders or to immediately delete mails which match the filter rules which you have pre-defined.
The Mail Filter web interface allows you to define individual rules for each mail account. A predefined set of simple standard filter rules matching common spam characteristics can be installed initially.



Each filter should have a meaningful description and can either match the mail header, the mail body or both. Multiline Filter rules are ANDed.

The following regular expression tokens are allowed in filter rules:
^ - Start of a line.
$ - End of a line.
. - Any character except a newline.
a* - Any sequence of zero or more a's.
a+ - Any sequence of one or more a's.
a? - Either zero or one a.
[^-a-d] - Any character which is not either a dash, a, b, c, d or newline.
de|abc - Either the sequence `de' or `abc'.
(abc)* - Zero or more times the sequence `abc'.

The "!" character at the beginning of a filter rule inverts the condition.
Examples:

^.*(cash|dollar|visit)
This rule catches all mails containing either the word "cash", "dollar" or "visit" in the selected part of the mail.

^.*(cash|dollar|visit)
!^From:.*goldvision.com

This rule catches all mails containing either the word "cash", "dollar" or "visit" in the selected part of the mail which are NOT coming from goldvision.com.


Filter rules are processed in the displayed order.
A first rule like
^Subject:.*(spamcop|uunet|spam from)
which is sending mails to a valid mailbox will make sure that site or server related spam alerts will be delivered.
Additional examples are available with the preinstallable standard filters.

The Mail Filter system is based on procmail. Global settings can be located in the /etc/procmailrc file.
More information is available in the procmail man pages.