Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
4a292857
...
4a292857a2d0a0fa4c4f702d51d6a9bc351f49e4
authored
2001-10-14 08:22:30 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Short info about scheme sieve implementation.
1 parent
ca301894
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
guimb/scm/README
guimb/scm/README
0 → 100644
View file @
4a29285
To convert a sieve script into equivalent Scheme program, executable
by guimb, run:
guile -s sieve.scm --file <sieve-script-name> --output <output-file-name>
To compile and execute a sieve script upon a mailbox, run:
guimb -f sieve.scm -{ --file <sieve-script-name> -} --mailbox ~/mbox
Please
register
or
sign in
to post a comment