Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.36 KB

File metadata and controls

43 lines (33 loc) · 1.36 KB

go-sieve

Sieve email filtering language (RFC 5228) interpreter implementation in Go.

Features

  • Binary representation for faster load/execute cycles (Script.Save, sieve.RestoreSaved).
  • Integration tests harness for MTA integration testing (see tests/execute.go).

Supported extensions

Example

See ./cmd/sieve-run.

Known issues

  • Some invalid scripts are accepted as valid (see tests/compile_test.go)
  • Comments in addresses are not ignored when testing equality, etc.
  • Source routes in addresses are not ignored when testing equality, etc.