Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 781 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 781 Bytes

go-sieve

Sieve email filtering language (RFC 5228) implementation in 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.