Files
relay/filtermail
l 94f1b29917 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-02-19 19:06:08 +01:00
..
2026-01-14 18:12:22 +01:00
2026-01-21 17:22:19 +01:00
2026-01-19 16:49:50 +01:00
2026-02-16 09:50:55 +01:00
2026-02-16 09:50:55 +01: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.