45639f18c0
Threads are a bad idea because for now the filter API is not guaranteed to be state-less. The interface is now synchronous, which should be enough for most filters. The refactoring brought other changes, the most important being the concept of modular input sources and output destination and the complete rewrite of the procedural macro.
16 lines
259 B
Markdown
16 lines
259 B
Markdown
# Rust-OpenSMTPD
|
|
|
|
Rust binding for [OpenSMTPD] filters.
|
|
|
|
|
|
# Features
|
|
|
|
This is a work in progress, the API is **not** stabilized yet.
|
|
|
|
- [x] Reports
|
|
- [ ] Filters
|
|
- [ ] Filter-level context
|
|
- [ ] Session-level context
|
|
|
|
|
|
[OpenSMTPD]: https://www.opensmtpd.org/
|