GNU Mailutils |
|
General-Purpose Mail Package |
Official GNU Software |
sieve
The sieve
invocation syntax is:
sieve [options] script
Normally, script is the name of the disk file with the Sieve script. If script is a single dash, the script is read from the standard input. If the -E (--expression) option is given, script is taken to be the sieve script text.
where script denotes the filename of the sieve program to parse, and options is one or more of the following:
Compile script and exit.
Clear Sieve library path. See also clear-library-path.
Clear Sieve include path. See also clear-include-path.
Specify debug flags. The flags argument is a sequence of one or more of the following letters:
‘g’ | Enable main parser traces |
‘T’ | Enable mailutils traces |
‘P’ | Trace network protocols |
‘t’ | Enable sieve trace |
‘i’ | Trace the program instructions |
Compile the script, dump disassembled code on standard output and exit.
Set sieve environment variable name to the value.
Override the user email address. This is useful for reject
and
redirect
actions. By default, the user email address is deduced
from the user name and the full name of the machine where
sieve
is executed. See also email.
Treat the script argument as Sieve program text.
Append directory dir to the list of directories searched for include files. See also include-path.
Mailbox to sieve (defaults to user’s system mailbox). See also mbox-url.
Keep on going if execution fails on a message. See also keep-going.
Append directory dir to the list of directories searched for library files. See also library-path.
Add dir to the beginning of the list of directories searched for library files.
Print source location along with action logs (default).
Define the URL of the default mailer.
Dry run: do not execute any actions, just print what would be done.
Do not prefix diagnostic messages with the program name.
Ticket file for mailbox authentication. See also ticket.
Set Sieve variable name. This option automatically inserts ‘require "variables"’ at the top of the script.
Log all actions executed. See also verbose.
See also Common Options.
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.