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 Bréard a6d4dd21c1 Rewrite the project
The previous project architecture was far too complicated and hard to
maintain. The new one is much more simple. Although procedural macros
are cools, they are a no-go on Rust-OpenSMTPD.

Reports and filter are implemented (except data-line) but untested.
2020-11-25 18:04:16 +01:00
examples Rewrite the project 2020-11-25 18:04:16 +01:00
src Rewrite the project 2020-11-25 18:04:16 +01:00
.gitignore First commit 2018-12-26 10:27:46 +01:00
Cargo.toml Rewrite the project 2020-11-25 18:04:16 +01:00
LICENSE-APACHE-2.0.txt Rewrite the project 2020-11-25 18:04:16 +01:00
LICENSE-MIT.txt Rewrite the project 2020-11-25 18:04:16 +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