Rust interface for OpenSMTPD filters https://docs.rs/opensmtpd/latest/opensmtpd/
This repository has been archived on 2023-09-20. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
dependabot-preview[bot] 4447fe2ef9
Update nom requirement from 5.0 to 6.0
Updates the requirements on [nom](https://github.com/Geal/nom) to permit the latest version.
- [Release notes](https://github.com/Geal/nom/releases)
- [Changelog](https://github.com/Geal/nom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Geal/nom/compare/5.0.0...6.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-02 04:25:43 +00:00
opensmtpd Update nom requirement from 5.0 to 6.0 2020-11-02 04:25:43 +00:00
opensmtpd-derive Add filter-level and session-level contexts 2019-09-18 20:43:46 +02:00
.gitignore First commit 2018-12-26 10:27:46 +01:00
Cargo.toml Use procedural macros to define events 2019-01-06 15:41:30 +01:00
README.md Add filter-level and session-level contexts 2019-09-18 20:43:46 +02:00

Rust-OpenSMTPD

Rust binding for OpenSMTPD filters.

Features

This is a work in progress, the API is not stabilized yet.

  • Reports
  • Filters
  • Filter-level context
  • Session-level context