SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Related Sites

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files

To convert a sieve script into equivalent Scheme program, run:

sieve.scm --file <sieve-script-name> --output <scm-file-name>

The produced script can then be run as:

guile -s <scm-file-name> [MAILBOX]

If MAILBOX is not given, the script will operate upon the user's system mailbox.

To invoke the script directly by its name, add executable bit to its permissions.

The same script may be used by mail.local to sieve the incoming mail upon its arrival, see node "Programs -> mail.local" in the accompanying documentation for more information on this.

To execute the sieve script directly, without saving the produced Scheme text to a file, run:

sieve.scm --file <sieve-script-name> [MAILBOX]

The semantics of MAILBOX argument is described above.


Other Sites

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.