Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

sieve(1) [linux man page]

SIEVE(1)							   User Commands							  SIEVE(1)

NAME
sieve - a mail filtering tool. SYNOPSIS
sieve [OPTION...] SCRIPT DESCRIPTION
GNU sieve -- a mail filtering tool. -c, --compile-only compile script and exit -d, --debug[=FLAGS] debug flags (defaults to "TPt") -D, --dump compile script, dump disassembled sieve code to terminal and exit -e, --email=ADDRESS override user email address -f, --mbox-url=MBOX mailbox to sieve (defaults to user's mail spool) -k, --keep-going keep on going if execution fails on a message --line-info[=BOOL] print source location along with action logs (default) -n, --no-actions, --dry-run do not execute any actions, just print what would be done --no-program-name do not prefix diagnostic messages with the program name -t, --ticket=TICKET ticket file for user authentication -v, --verbose log all actions --tls[=BOOL] enable TLS support Sieve options --clear-include-path clear Sieve include path --clear-library-path, --clearpath clear Sieve library path -I, --includedir=DIR append DIR to the list of directories searched for include files -L, --libdir=DIR append DIR to the list of directories searched for library files Common options --config-file=FILE, --rcfile=FILE load this configuration file --config-help show configuration file summary --config-lint, --rcfile-lint check configuration file syntax and exit --config-verbose, --rcfile-verbose verbosely log parsing of the configuration files --no-site-config, --no-site-rcfile do not load site configuration file --no-user-config, --no-user-rcfile do not load user configuration file --set=PARAM=VALUE set configuration parameter --show-config-options show compilation options Global debugging settings --debug-level=LEVEL set Mailutils debugging level --debug-line-info show source info with debugging messages --license print license and exit --log-facility=FACILITY output logs to syslog FACILITY -M, --mailer=MAILER use specified URL as the default mailer -?, --help give this help list --usage give a short usage message -V, --version print program version Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options. Debug flags: g - main parser traces T - mailutils traces (MU_DEBUG_TRACE0-MU_DEBUG_TRACE1) P - network protocols (MU_DEBUG_PROT) t - sieve trace (MU_SIEVE_DEBUG_TRACE) i - sieve instructions trace (MU_SIEVE_DEBUG_INSTR) REPORTING BUGS
Report bugs to <bug-mailutils@gnu.org>. SEE ALSO
The complete GNU mailutils manual is not available in Debian systems due to licensing reasons. You can find this manual online in the GNU mailutils webpage: http://www.gnu.org/software/mailutils/manual/index.html. Please note this manpage was automatically generated by the Debian mailutils packagers. Do not file bugs for its content to the GNU Mailu- tils upstream authors. FSF
May 2011 SIEVE(1)

Check Out this Related Man Page

MOVEMAIL(1)							   User Commands						       MOVEMAIL(1)

NAME
movemail - move messages across mailboxes. SYNOPSIS
movemail.mailutils [OPTION...] inbox-url destfile [POP-password] DESCRIPTION
GNU movemail -- move messages across mailboxes. --emacs output information used by Emacs rmail interface --ignore-errors try to continue after errors -p, --preserve, --keep-messages preserve the source mailbox --program-id=FMT set program identifier for diagnostics (default: program name) -P, --owner=MODELIST control mailbox ownership -r, --reverse reverse the sorting order -u, --uidl use UIDLs to avoid downloading the same message twice -v, --verbose increase verbosity level --tls[=BOOL] enable TLS support Common options --config-file=FILE, --rcfile=FILE load this configuration file --config-help show configuration file summary --config-lint, --rcfile-lint check configuration file syntax and exit --config-verbose, --rcfile-verbose verbosely log parsing of the configuration files --no-site-config, --no-site-rcfile do not load site configuration file --no-user-config, --no-user-rcfile do not load user configuration file --set=PARAM=VALUE set configuration parameter --show-config-options show compilation options Global debugging settings --debug-level=LEVEL set Mailutils debugging level --debug-line-info show source info with debugging messages --license print license and exit --debug-auth debug authentication functions -?, --help give this help list --usage give a short usage message -V, --version print program version Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options. REPORTING BUGS
Report bugs to <bug-mailutils@gnu.org>. SEE ALSO
The complete GNU mailutils manual is not available in Debian systems due to licensing reasons. You can find this manual online in the GNU mailutils webpage: http://www.gnu.org/software/mailutils/manual/index.html. Please note this manpage was automatically generated by the Debian mailutils packagers. Do not file bugs for its content to the GNU Mailu- tils upstream authors. FSF
May 2011 MOVEMAIL(1)
Man Page