Skip to content

[WIP] Sieve language implementation in Go

License

Notifications You must be signed in to change notification settings

foxcpp/go-sieve

Repository files navigation

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.

About

[WIP] Sieve language implementation in Go

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published