GNU Mailutils |
|
General-Purpose Mail Package |
Official GNU Software |
The ‘environment’ extension complies with RFC 5183. It is a built-in extension. It introduces the following test:
The environment
test evaluates to ‘true’ if the value of
the environment items name matches any string from keys.
The following environment items are defined:
The primary DNS domain of the machine where the Sieve script is executing.
The fully-qualified domain name of the host where the Sieve script is executing.
Type of service that is evaluating the script. Depending on the utility that is evaluating the script it is:
Utility | Location |
---|---|
sieve | ‘"MUA"’, or set with the --environment option. |
maidag | ‘"MDA"’ |
inc | ‘"MUA"’ |
The string ‘GNU Mailutils’
The point relative to final delivery where the Sieve script is being evaluated. Depending on the utility that is evaluating the script it is:
Utility | Location |
---|---|
sieve | ‘post’ unless set with the --environment option. |
maidag | ‘"during"’ |
inc | ‘"post"’ |
Mailutils version string (e.g. ‘3.14’).
This document was generated on January 2, 2022 using makeinfo.
Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved.