Files
relay/filtermail
l 4fde0d5c5f refactor: do not copy the mail in memory for DKIM verification (#54)
`String::from_utf8_lossy` always copies the data
for the case when it needs to replace invalid UTF-8,
but we don't want invalid UTF-8 anyway as replacing
invalid UTF-8 characters will break DKIM signature.
2026-08-18 12:21:27 +02:00
..
2026-08-18 12:21:27 +02:00
2026-08-18 12:21:27 +02:00
2026-08-18 12:21:27 +02:00
2026-08-18 12:21:27 +02:00
2026-08-18 12:21:27 +02:00

filtermail

Rust drop-in reimplementation of chatmaild's filtermail.

Usage

filtermail <config> (incoming|outgoing)

License

Code licensed under MIT.

Binaries distributed under GPL-3.0-or-later.