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
Rodolphe Breard 4b1f99db7e Allow the use of custom context
The main goal of events/reports is to update a context object, which
will be used in filters to generate a response. It is now possible to
use any object implementing both Clone and Default as a context object.
It is also possible to define no context at all.
2019-01-12 23:43:02 +01:00
opensmtpd Allow the use of custom context 2019-01-12 23:43:02 +01:00
opensmtpd-derive Allow the use of custom context 2019-01-12 23:43:02 +01: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 First commit 2018-12-26 10:27:46 +01:00

Rust-OpenSMTPD

Rust binding for OpenSMTPD filters.